svk-commitTn2OH.tmp
[dbsrgits/SQL-Translator.git] / t /
2009-02-07 Ash Berlin svk-commitTn2OH.tmp
2009-02-03 Peter Rabbitson Add sqlite roundtrip test (probably need to do the...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2008-12-29 Jess Robinson Support for temporary tables in Pg, from nachos
2008-12-05 Johannes Plunien fixed 51-xml-to-oracle.t
2008-12-04 Ash Berlin PgSQL diff patch from wries
2008-12-02 Ricardo Signes fix test expectations
2008-11-24 Johannes Plunien Skip tests for buggy Spreadsheet::ParseExcel versions...
2008-10-22 Jess Robinson Patch from jgoulah for mysqls UNION (merge engine)...
2008-10-21 Jess Robinson Patch from rbo to support multiple database events...
2008-10-09 Jess Robinson Now supporting scalar refs as default values! (rjbs)
2008-10-09 Jess Robinson Skip on newer Spreadsheet::ParseExcel
2008-10-08 Jess Robinson By royal decree, produced statements in list context...
2008-09-17 Jess Robinson Pg views and sqlite views, patch from wreis
2008-08-29 Jess Robinson Update mysql producer test to saner field names, Peter R.
2008-08-28 Jess Robinson Enormous patch from Peter Rabbitson making mysql versio...
2008-08-28 Jess Robinson Add target_db to diff test as it was producing warnings..
2008-08-26 Jess Robinson Added patch from wreis, view support for pg producer
2008-08-26 Jess Robinson Added patch from groditi to support views in sqlite
2008-08-19 Jess Robinson Add views to mysql producer, thanks groditi
2008-07-01 Jess Robinson Added patch from groditi adding SET type support to...
2008-06-03 Jess Robinson Applied patch from Ryan to uniqify index names sanely...
2008-04-23 Daniel Ruoso Adding tests for Oracle->add_field
2008-04-14 Daniel Ruoso Fix ORA-01442: column to be modified to NOT NULL is...
2008-04-14 Daniel Ruoso alter_field implemented. alter_field test Pass.
2008-04-14 Daniel Ruoso Test for oracle alter_field
2008-04-14 Daniel Ruoso Declares the new tests in the MANIFEST, remove useless...
2008-04-14 Daniel Ruoso producer_args->{delay_constraints} can be used to add...
2008-04-14 Daniel Ruoso implements options in oracle indexes
2008-04-14 Daniel Ruoso waiting for patch to be applied
2008-03-26 Jess Robinson Add support for proper boolean fields in the mysql...
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.
next