Release commit for 1.62
[dbsrgits/SQL-Translator.git] / t / 13schema.t
2014-07-26 Dagfinn Ilmari Man... Add 'use warnings', test case-insensitive ->get_field
2014-07-26 Dagfinn Ilmari Man... Fix and extend link table tests
2014-07-25 Dagfinn Ilmari Man... Test Schema::Table->is_trivial_link and ->is_data
2014-07-25 Dagfinn Ilmari Man... Switch t/13schema.t to done_testing
2012-04-28 Jonathan Otsuka Honor supplied field order when adding fields to a...
2012-01-17 Peter Rabbitson Tab/WS crusade
2009-04-15 Ken Youens-Clark Fixed to pass tests.
2009-02-07 Ash Berlin Fix tests! historic/state_before_xmi_deletion_47b3b29f
2008-10-21 Jess Robinson Patch from rbo to support multiple database events...
2006-06-07 Jess Robinson Update Trigger to insist on a valid table for on_table
2004-12-20 Ken Youens-Clark Moved graph tests out.
2004-11-27 Jess Robinson Drop functions
2004-10-15 Allen Day Producer::Turnkey obsolete. now rely on TTSchema parse...
2004-03-29 Mark Addison Added test of Table::field_names()
2004-03-29 Mark Addison Tests of Constraint::fields() object return and Constra...
2004-03-29 Mark Addison Changed the 'id' field to 'age' on the first test const...
2004-03-29 Mark Addison Added test of field schema shortcut and table stringify.
2004-03-23 Mark Addison Added full_name.
2004-03-23 Mark Addison Tests for Table and Field stringify.
2003-10-08 Ken Youens-Clark Added tests for procedures, expanded view and trigger...
2003-10-03 Ken Youens-Clark Tests for triggers.
2003-08-21 Ken Youens-Clark Added test for check constraint.
2003-08-20 Ken Youens-Clark Changed test to match what "comments" now returns.
2003-06-06 Ken Youens-Clark Changed $table->primary_key not to return an error...
2003-06-06 Ken Youens-Clark Added tests for $field->extra.
2003-05-09 Ken Youens-Clark Lots of changes to reflect library mods.
2003-05-06 Darren Chamberlain Updated XML test.
2003-05-05 Ken Youens-Clark More changes to keep up with code.
2003-05-03 Ken Youens-Clark Trying to add tests as I write methods, so lots of...
2003-05-01 Ken Youens-Clark Adding new schema test, commiting fixes to MySQL parser...