SQLite improvements:
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / SQLite.pm
2009-05-04 Peter Rabbitson SQLite improvements:
2009-04-23 Peter Rabbitson Make minor adjustments to the grammars in order to...
2009-02-13 Peter Rabbitson Downgrade global version - highest version in 9002...
2009-02-12 Peter Rabbitson Remove all expansion $XX tags (isolated commit, easily...
2009-02-12 Peter Rabbitson Reduce $Id to its normal form
2009-02-12 Peter Rabbitson Force everything to 1.99, hopefully will work
2009-02-11 Peter Rabbitson Strip evil svn:keywords
2009-02-07 Ash Berlin Fix tests! historic/state_before_xmi_deletion_47b3b29f
2009-02-07 Ash Berlin svk-commitTn2OH.tmp
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.