Details
Description
This issue is created automatically through a Github pull request on behalf of jappie:
Url: https://github.com/doctrine/dbal/pull/227
Message:
Fixed maximum length of MySql TEXT type declaration, this should be 65535 (2 ^ 16 - 1) in stead of 65532.
Added support for TINYBLOB, BLOB, MEDIUMBLOB and LONGBLOB based on the length of the field, the same way as the clob type declarations are determined.
Added tests to prevent regression.