Commit Graph

4 Commits

Author SHA1 Message Date
Carsten Brandt
e7b7cd0291 Support for MySQL BIT(M) data type default values
replaces pull request #1842

CMysqlColumnSchema: support for MySQL BIT(M) data type proper default
values.
For example, MySQL (MariaDB) return default value as "b'1'" string, not
as "1", so, this case should be considered especially. See also
http://dev.mysql.com/doc/refman/5.0/en/bit-type.html
2013-05-27 02:45:25 +02:00
resurtm
351ca14c28 Unit tests for CDbColumnSchema::$comment. 2012-08-03 20:56:28 +06:00
DaSourcerer
34bce2647e Address issue #547: s/TYPE=INNODB/ENGINE=InnoDB/ 2012-03-23 15:02:38 +01:00
alexander.makarow
1f757cbf53 improved unit tests 2011-02-18 15:25:38 +00:00