change CURRENT_TIMESTAMP to current_timestamp
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / 12pg_common.t
2010-05-01 Rafael Kitover change CURRENT_TIMESTAMP to current_timestamp
2010-04-22 Rafael Kitover support CamelCase table names
2010-04-16 Rafael Kitover rewrite default_value 'now()' as 'CURRENT_TIMESTAMP...
2010-03-21 Rafael Kitover better type info for Sybase ASE and better data type...
2010-03-21 Rafael Kitover better type info for Pg: sets sequence for serials...
2010-03-20 Rafael Kitover test float(x) type aliases in pg
2010-03-17 Rafael Kitover data type tester for common tests
2010-03-17 Rafael Kitover add is_deferrable => 1 to belongs_to by default
2010-02-05 Rafael Kitover fix default_value for all other backends, fix bug with...
2010-01-31 Rafael Kitover better size introspection for Sybase
2010-01-21 Rafael Kitover added test for long table comment in DESCRIPTION
2010-01-03 Rafael Kitover fix NUMERIC/DECIMAL size for postgres
2010-01-02 Rafael Kitover fix up VARBIT for postgres too, that's all the varying...
2010-01-02 Rafael Kitover better "size" column_info for postgres, still unlikely...
2010-01-01 Robert Buels added column attributes to generated POD
2009-11-29 Rafael Kitover fix table count test in common tests, inc version for...
2006-02-17 Brandon Black tests cleaned a little, added autoloading of on-disk...
2006-01-30 Brandon Black change test env vars to match DBIx::Class
2006-01-21 Brandon Black tests and docs updates
2006-01-21 Brandon Black copied Loader into a subdir by accident, moving it...