fix default_value for all other backends, fix bug with quoted Pg tables from $dbh...
authorRafael Kitover <rkitover@cpan.org>
Fri, 5 Feb 2010 14:25:39 +0000 (09:25 -0500)
committerRafael Kitover <rkitover@cpan.org>
Fri, 5 Feb 2010 14:25:39 +0000 (09:25 -0500)
commit41968729ce9a8812e3d3ae80adbd79a85b04551b
tree7ea16480376efe124f7f29722f16b19dd9327d40
parentc5ff1f26b1537e8184313cb6d05f86c4a31fd3b8
fix default_value for all other backends, fix bug with quoted Pg tables from $dbh->tables (RT#54338), add inflate_datetime => 0 to 'timestamp' types for Sybase
Changes
lib/DBIx/Class/Schema/Loader/DBI/Component/QuotedDefault.pm
lib/DBIx/Class/Schema/Loader/DBI/DB2.pm
lib/DBIx/Class/Schema/Loader/DBI/Pg.pm
lib/DBIx/Class/Schema/Loader/DBI/Sybase.pm
t/12pg_common.t
t/13db2_common.t
t/15sybase_common.t
t/16mssql_common.t
t/16mssql_odbc_common.t
t/lib/dbixcsl_common_tests.pm