Improve trigger 'scope' attribute support (RT#119997)
[dbsrgits/SQL-Translator.git] / t / 16xml-parser.t
2017-01-26 Dagfinn Ilmari Man... Improve trigger 'scope' attribute support (RT#119997)
2012-01-17 Peter Rabbitson Tab/WS crusade
2010-06-02 Rafael Kitover patch from abraxxa (Alexander Hartmaier) to truncate...
2009-10-03 Peter Rabbitson Add a size/precision field to test file, make sure...
2009-06-07 Peter Rabbitson Add parenthesis into the VIEW definition to make sure...
2009-05-03 Peter Rabbitson Merge 'trunk' into 'roundtrip'
2009-05-03 Peter Rabbitson Extra data and first test for xml database_event support
2009-04-28 Peter Rabbitson Changes to tests to go along r1512
2009-04-15 Ken Youens-Clark Fixed "database_events."
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
2006-11-10 Ben Faga Applied patch sent in by Daniel Westermann-Clark on...
2006-08-04 Jess Robinson Add timestamp tests, make postgres produce timestamp...
2006-06-07 Jess Robinson Update Trigger to insist on a valid table for on_table
2005-01-13 Mark Addison mysql_table_type extra data and InnoDB derivation fix.
2004-11-05 Mark Addison All Schema objects now have an extra attribute. Added...
2004-07-09 Mark Addison Added parsing of field.extra
2004-07-08 Mark Addison Updated to test the new, single format sqlf xml.
2004-03-04 Darren Chamberlain Update tests to use maybe_plan.
2004-02-29 Mark Addison Now uses schema_ok
2004-02-29 Mark Addison Uses Test::SQL::Translator.pm
2003-10-20 Mark Addison Added Views, Procedures and Triggers to bring it inline...
2003-08-22 Ken Youens-Clark Changes to quit using "SqlfXML."
2003-08-15 Mark Addison Added support for the attrib_values option of the XML...
2003-08-07 Mark Addison Changed term single tags to empty tags to mean <foo...
2003-08-07 Mark Addison Added BUG notes and test about single tags e.g. <foo/>
2003-08-06 Mark Addison Fixed default value bug in Parser::SqlfXML.
2003-08-06 Mark Addison Moved Producer::XML to Producer::SqlfXML.