Release commit for 1.62
[dbsrgits/SQL-Translator.git] / t / 48xml-to-sqlite.t
2013-10-31 Arthur Axel 'fREW... Revert "Fixed autoincrement in primary keys for SQLite"
2013-10-30 rporres Fixed autoincrement in primary keys for SQLite
2012-04-27 Arthur Axel 'fREW... Default SQLite quoting to off until we are capable...
2012-01-23 Peter Rabbitson Correct SQLite quote-char
2012-01-17 Peter Rabbitson Combined patches from RT#70734 and RT#44769
2012-01-17 Peter Rabbitson Tab/WS crusade
2011-12-25 Arthur Axel 'fREW... quote SQLite identifiers
2011-03-02 Arthur Axel 'fREW... Create and parse FK constraints in SQLite
2010-06-03 Peter Rabbitson Awesome non-quoted numeric default patch by Stephen...
2010-06-02 Rafael Kitover patch from abraxxa (Alexander Hartmaier) to truncate...
2010-06-02 Andrew Rodland Fix SQLite producer create_view so it doesn't generate...
2010-03-06 Peter Rabbitson Get SQLite to produce saner output
2009-10-03 Peter Rabbitson Oracle/SQLite test adjustments to deal with new testdat...
2009-06-07 Peter Rabbitson Add parenthesis into the VIEW definition to make sure...
2009-05-04 Peter Rabbitson Adjust insane tests to pass (the expected returns at...
2009-05-03 Peter Rabbitson re-fix tests after merge
2009-05-03 Peter Rabbitson Teach sqlite how to deal with multi-event triggers
2009-04-15 Ken Youens-Clark No warnings during tests -- it's ugly.
2009-02-07 Ash Berlin Fix tests! historic/state_before_xmi_deletion_47b3b29f
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-26 Jess Robinson Added patch from groditi to support views in sqlite
2007-11-27 Ash Berlin MAss diff changes imported from Ash's local diff-refact...
2006-11-10 Ben Faga Applied patch sent in by Daniel Westermann-Clark on...
2006-08-26 Jess Robinson Fixed up tests to accommodate new DB2 producer changes...
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