Add a size/precision field to test file, make sure xml parser/producer work fine
[dbsrgits/SQL-Translator.git] / t / data / xml /
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 Add an oversized varchar to schema.xml
2009-04-15 Ken Youens-Clark Fixed "database_events".
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-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-07 Jess Robinson Update Trigger to insist on a valid table for on_table
2004-11-05 Mark Addison All Schema objects now have an extra attribute. Added...
2004-08-19 Mark Addison Added collection tags for the Schemas objects (tables...
2004-07-09 Mark Addison Added parsing of field.extra
2004-07-08 Mark Addison Updated to test the new, single format sqlf xml.
2003-10-20 Mark Addison Added Views, Procedures and Triggers to bring it inline...
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.