-
- Downloads
[BUGFIX] Convert binary data to buffer.
sqlalchemy returns binary data as string when fetching the data from mysql. We need to convert this into buffer for further operations.
Loading
Please register or sign in to comment
sqlalchemy returns binary data as string when fetching the data from mysql. We need to convert this into buffer for further operations.