[Sqlalchemy-tickets] Issue #4177: LargeBinary should truly be unlimited in MySQL (zzzeek/sqlalchemy
Brought to you by:
zzzeek
From: NameZero912 <iss...@bi...> - 2018-02-01 10:17:15
|
New issue 4177: LargeBinary should truly be unlimited in MySQL https://bitbucket.org/zzzeek/sqlalchemy/issues/4177/largebinary-should-truly-be-unlimited-in NameZero912: The [docs](http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.LargeBinary) mention "...a large and/or unlengthed binary type for the target platform, such as BLOB on MySQL". Using BLOB on MySQL doesn't make sense (as it is limited to 64 kb). LONGBLOB seems to be a better choice (4 GB limit). |