Add sqlite roundtrip test (probably need to do the same for the rest of the parser...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / SQLite.pm
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2006-11-10 Ben Faga Added a semicolon at the end of the create trigger...
2006-06-22 Ben Faga Fixed a problem with the trigger_steps where it used...
2006-06-09 Jess Robinson Allow skipped insert statements and trigger bodies...
2006-06-08 Jess Robinson SQLite and YAML tests broken, fixed
2006-06-07 Jess Robinson Recognise & skip DROP statements when parsing
2005-06-28 Ben Faga Changed references to on_delete_do to on_delete and...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-02-04 Darren Chamberlain Fixed 'useless use of constant in void context' warning.
2003-11-06 Ken Youens-Clark Fixed typo in POD.
2003-10-08 Ken Youens-Clark Fixed bug that wasn't maintaining table order.
2003-10-04 Ken Youens-Clark Now parsing and adding views and triggers to schema.
2003-10-03 Ken Youens-Clark New SQLite parser.