You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments