in reply to Re^2: Handle MySQL BIT data type in Perl
in thread Handle MySQL BIT data type in Perl
In versions of MySQL up to and including 4.1, BIT is a synonym for TINYINT(1).
Whereas in version 5:
This data type was added in MySQL 5.0.3 for MyISAM, and extended in 5.0.5 to MEMORY, InnoDB, and BDB. Before 5.0.3, BIT is a synonym for TINYINT(1)
|
|---|