Applied patch sent in by Daniel Westermann-Clark on Oct 11 2006.
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / SQLite.pm
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.