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 dtype table: longblob is native type for raw bytes
Correct the dtype documentation to clarify:
- longblob is a native MySQL type for raw binary data (not serialized)
- <djblob> should be used as dtype for serialized Python objects
Co-authored-by: dimitri-yatsenko <dimitri@datajoint.com>
0 commit comments