Commit 2f38734
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>1 parent 21dd700 commit 2f38734
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
0 commit comments