-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: The DB API Binary function accepts bytes data (#630)
* fix: The DB API Binary function accepts bytes data * Binary should accept bytes-like objects. * check for an integer before converting to bytes. Because we don't want to accidentally create a giant bytes. * blackened. * Fixed exception string. * parameterized binary tests and rearranged imports. * typo * Blackened
- Loading branch information
Jim Fulton
authored
Apr 27, 2021
1 parent
f4e34c0
commit 4396e70
Showing
2 changed files
with
44 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters