Update TODO file
[dbsrgits/SQL-Translator.git] / t /
2006-11-09 Jess Robinson Fixed tests for mysql producer changes
2006-10-30 Chris Hilton Added comment to diff output if target database is...
2006-10-10 Chris Hilton Added test for delimiter functionality and multiple...
2006-10-10 Chris Hilton Get SQLT version dynamically
2006-09-19 Jess Robinson Make TTSchema work with TT 2.15, somehow
2006-08-26 Jess Robinson Fixed up tests to accommodate new DB2 producer changes...
2006-08-09 Jess Robinson Add quoting support to the mysql producer, thanks ash!
2006-08-04 Jess Robinson Add timestamp tests, make postgres produce timestamp...
2006-07-23 Jess Robinson Lots of Pg Producer tests, some other fixes
2006-07-11 Jess Robinson Fix mysql_table_type .. (where did this go, or why...
2006-06-09 Jess Robinson Add test to prove insert statements with quoted semi...
2006-06-08 Jess Robinson SQLite and YAML tests broken, fixed
2006-06-07 Jess Robinson Add tests for new alter_field, add_field, drop_field...
2006-06-07 Jess Robinson Update Trigger to insist on a valid table for on_table
2006-06-07 Jess Robinson Producers can now return individual statements as s...
2006-05-24 Jess Robinson DB2 producer tests
2006-05-24 Chris Hilton Added tests to catch Oracle problem with parser being...
2006-05-05 Chris Hilton Fixed up ON DELETE parsing for FKs
2006-05-03 Chris Hilton Fixed preservation of function call as field in functio...
2006-05-03 Chris Hilton Parser changes to accomodate function-based indexes...
2006-03-16 Ken Youens-Clark Added tests for "unique" and "key" qualifiers to field...
2006-03-10 Mark Addison Added constraint copy to Globals filter. (Seem to be...
2006-03-09 Earl Cahill initial adds for the oracle dbi parser and a simple...
2006-03-06 Mark Addison Added Globals filter.
2006-03-06 Mark Addison Removed un-used stuff left from CutNPaste of t/36-filters.t
2005-12-22 Mark Addison Fixed missing schema table comments
2005-12-16 Mark Addison Experimental filters
2005-08-10 Chris Hilton Added some constraint tests
2005-06-29 Chris Hilton Modified test text to reflect that fields() now return...
2005-06-28 Ben Faga Changed references to on_delete_do to on_delete and...
2005-06-27 Chris Hilton Added additional tests for sqlt-diff
2005-06-27 Chris Hilton Additional tests for new parser capabilities
2005-06-27 Chris Hilton Added comments lines to test data forworking with new...
2005-06-15 Ken Youens-Clark Added tests for other comments.
2005-06-09 Mark Addison Tweaked filter interface to take args as a list.
2005-06-08 Mark Addison Added test for mysql_table_type. Removed dodgey testing...
2005-06-08 Mark Addison Added mysql extra attribs for charset and collation.
2005-05-31 Ben Faga Muffled a warning message, by changing '">...
2005-05-25 Mark Addison Fixed InnoDB table type errors (Chris Hilton patch)
2005-05-25 Mark Addison Applied Chis Hilton patch to fix. (Test used non exista...
2005-05-25 Mark Addison Added explicit close on FILE and fixed spelling mistake...
2005-05-25 Mark Addison Added Chris Hilton's patch so version number test is...
2005-05-25 Mark Addison Fixed broken comment in test (from Chris Hilton patch)
2005-05-18 Mark Addison Added hack to remove the Graph stuff hack of adding...
2005-05-18 Mark Addison Fixed. Broke due to changes in YAML.
2005-05-18 Mark Addison Fixed YAML testi. Failed due to sqlfairy version increa...
2005-01-13 Mark Addison mysql_table_type extra data and InnoDB derivation fix.
2004-12-20 Ken Youens-Clark Tests moved from 13graph.t.
2004-12-20 Ken Youens-Clark Moved graph tests out.
2004-12-12 Mark Addison Added schema filters
2004-12-12 Mark Addison Clean up
2004-11-27 Jess Robinson Drop functions
2004-11-26 Mark Addison Template config is now passed using tt_conf producer...
2004-11-25 Mark Addison Deprecated ttargs producer arg in favour of tt_vars
2004-11-25 Mark Addison Applied Dave Howorth's MySQL parser patches
2004-11-16 Mark Addison Re-added ttvars. Added docs and test for ttvars.
2004-11-05 Mark Addison Added writing of extra data for all objects to XML...
2004-11-05 Mark Addison All Schema objects now have an extra attribute. Added...
2004-11-05 Mark Addison Added diagnostics on fail.
2004-10-23 Chris Mungall fixed parsing of Pg COMMENT ON ... syntax
2004-10-15 Allen Day Producer::Turnkey obsolete. now rely on TTSchema parse...
2004-09-23 Ken Youens-Clark Fixed syntax error.
2004-09-13 Ken Youens-Clark Some updates to tests to skip when required dependencie...
2004-08-19 Mark Addison Added collection tags for the Schemas objects (tables...
2004-07-09 Mark Addison Fixed break due to XML Parser now supporting field...
2004-07-09 Mark Addison Added parsing of field.extra
2004-07-08 Mark Addison Added writing of field.extra
2004-07-08 Mark Addison Added producer args to control indenting, newlines...
2004-07-08 Mark Addison XML test src changed name.
2004-07-08 Mark Addison Updated to test the new, single format sqlf xml.
2004-05-14 Mark Addison Tweaked to use the default reading of __DATA__
2004-05-14 Mark Addison Tweaked tt_schema
2004-05-13 Mark Addison Added test for tt_config
2004-05-12 Ken Youens-Clark Some changes to get tests to pass.
2004-05-12 Ken Youens-Clark Fixed merge.
2004-04-23 Mark Addison As a quick test to see if Test::SQL::Translator really...
2004-04-22 Ken Youens-Clark Updated tests for alternate unique constraint.
2004-04-19 Ken Youens-Clark Adding tests for Access parser.
2004-04-19 Ken Youens-Clark Adding test data for Access parser.
2004-04-14 Mark Addison Initial crack at a base class for building TT based...
2004-04-07 Allen Day add test data
2004-04-07 Allen Day updated turnkey regression testing schema. added comme...
2004-04-01 Mark Addison Added TT::Table producer.
2004-03-29 Mark Addison Tests for the Table, field and constraint lookup methods
2004-03-29 Mark Addison Added test of Table::field_names()
2004-03-29 Mark Addison Removed __WARN__ handler.
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 Tweaked to use (test ;-) table and field stringify.
2004-03-23 Mark Addison Tests for Table and Field stringify.
2004-03-12 Ken Youens-Clark Some editing to make "make test" happy.
2004-03-12 Ken Youens-Clark Used code found mail-archive.com/perl-documentation...
2004-03-12 Ken Youens-Clark Updated to match new YAML output.
2004-03-11 Ken Youens-Clark Add test for closing file.
2004-03-11 Ken Youens-Clark Added tests for Dumper producer.
2004-03-11 Darren Chamberlain Readding, at kyc's request.
2004-03-11 Ken Youens-Clark Adding test for Dumper producer.
2004-03-11 Ken Youens-Clark Moving to test module not script.
next