issues
search
datajoint
/
mym
MySQL API for MATLAB with support for BLOB objects
Other
8
stars
17
forks
source link
Add serialize/deserialize operations and bugfixes
#73
Closed
guzman-raphael
closed
3 years ago
guzman-raphael
commented
3 years ago
Requires merging first #65. Fix #22 Fix #23 Fix #24 Fix #35
Minor Updates
Add serialize and deserialize operations for external storage use. (#35) PR #37
Bugfix Updates
Fix buffer being truncated when sending strings with characters in unicode range 128-255 to mex. (#22) PR #18
Fix inserts truncating strings with characters in unicode range 128-255 in tables. (#23) PR #18
Fix fetch on binary types to return as uint8 array. (#24) PR #18
Requires merging first #65. Fix #22 Fix #23 Fix #24 Fix #35
Minor Updates
Bugfix Updates