change CURRENT_TIMESTAMP to current_timestamp
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 11mysql_common.t
2010-05-01 Rafael Kitover change CURRENT_TIMESTAMP to current_timestamp
2010-04-26 Rafael Kitover preserve_case option now works
2010-04-12 Rafael Kitover fix loading MySQL views on older MySQL versions (RT...
2010-04-03 Rafael Kitover fix skip rel tests message for MySQL
2010-03-31 Rafael Kitover better type info for MySQL
2010-03-31 Jay Hannah Aesthetic (spacing) tweak. (oops)
2010-03-31 Jay Hannah Added MySQL data type tests.
2010-01-17 Rafael Kitover check for "CURRENT_TIMESTAMP" only for "TIMESTAMP"...
2009-11-30 Rafael Kitover fix MySQL rel introspection with on_connect_call =...
2009-08-29 Rafael Kitover fix warning in MySQL tests
2009-08-12 Rafael Kitover fix mysql tests for CURRENT_TIMESTAMP
2008-01-29 Dagfinn Ilmari Man... Add support for ENUM value lists for MySQL
2008-01-27 Dagfinn Ilmari Man... Add support for extra => { unsigned => 1 } for MySQL.
2006-02-17 Brandon Black tests cleaned a little, added autoloading of on-disk...
2006-01-31 Brandon Black storage->disconnect and new tests for out-of-line impli...
2006-01-30 Brandon Black mysql test was broken for mysqlds that do not support...
2006-01-30 Brandon Black change test env vars to match DBIx::Class
2006-01-27 Brandon Black fixed multi-fk checking for postgres (misdetection...
2006-01-24 Brandon Black schema-loader does multi-column FKs now, needs a bit...
2006-01-21 Brandon Black tests and docs updates
2006-01-21 Brandon Black copied Loader into a subdir by accident, moving it...