Added support for proper enums under pg (as of 8.3), with pg version check, and defer...
[dbsrgits/SQL-Translator.git] / t /
2008-03-05 Jess Robinson Added support for proper enums under pg (as of 8.3...
2008-03-03 Ash Berlin Allow quote and other option to be passed to the producers.
2008-02-26 Ash Berlin Remove breakpoint
2008-02-06 Ash Berlin Fix drop indexes for uniq constraints
2008-02-06 Ash Berlin Allow DEFAULT CHARACTER SET without '=' (as produced...
2008-02-06 Ash Berlin Add support for COLLATE table option to MySQL parser
2008-02-01 Jess Robinson Oops, fix tests for fixed syntax
2008-01-29 Jess Robinson Update oracle producer, patch from plu.
2008-01-21 Ash Berlin Better tests (and fix bug) in batch alter with renamed...
2008-01-16 Ash Berlin Fix BEGIN in sqlite diff test
2008-01-16 Ash Berlin Work round MySQL/InnoDB bug bugs.mysql.com/bug.php...
2008-01-15 Ash Berlin Add renamed_from to tables.
2008-01-10 Ash Berlin Move more normalization changes to preprocess_schema
2008-01-10 Ash Berlin Correct constraint names in preprocess for MySQL producer
2007-12-21 Ash Berlin Fix test
2007-12-20 Ash Berlin Fix some more normalization problems
2007-12-13 Ash Berlin Some work on sanely normalizing fields
2007-11-27 Ash Berlin MAss diff changes imported from Ash's local diff-refact...
2007-10-24 Jess Robinson Only run test if Graph::Directed installed
2007-10-24 Jess Robinson 0.0899_01 diffing fixes
2007-09-26 Jess Robinson Ignore all TT test while TT is broken
2007-09-26 Jess Robinson Fix to not test while TT is broken
2007-03-19 Chris Hilton Added cursory parsing of views and procedures
2007-03-19 Chris Hilton Added cursory parsing of view, functions, and procedure...
2007-03-14 Chris Hilton Added cursory parsing of procedures, functions, and...
2007-03-06 Chris Hilton Corrected index parsing on Oracle so every index is...
2007-03-01 Chris Hilton Added options to sqlt-diff to ignore index and/or const...
2007-02-27 Chris Hilton Changed Constraint.equals() to ignore ordering of field...
2007-02-19 Chris Hilton Tweak previous comment parsing tweak for multiple lines
2006-12-07 Jess Robinson Fix bug in YAML test
2006-11-27 Jess Robinson Patched mysql producer to name constraints sanely
2006-11-20 Jess Robinson Cascade drop pg tables to overcome key constraints...
2006-11-10 Ben Faga Added a semicolon at the end of the create trigger...
2006-11-10 Ben Faga Applied patch sent in by Daniel Westermann-Clark on...
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
next