Improve trigger 'scope' attribute support (RT#119997)
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / SQLite.pm
2017-01-26 Dagfinn Ilmari Man... Improve trigger 'scope' attribute support (RT#119997)
2015-09-08 Dagfinn Ilmari Man... Fix parsing quoted strings with leading spaces
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2013-09-13 David Steinbrunner typo fix
2013-03-09 Fabrice Gabolde Support for SET NULL, SET DEFAULT and NO ACTION in...
2012-01-17 Peter Rabbitson Combined patches from RT#70734 and RT#44769
2012-01-17 Peter Rabbitson Use precompiled Parse::RecDescent parsers for moar...
2011-12-25 Arthur Axel 'fREW... quote SQLite identifiers
2011-12-25 Arthur Axel 'fREW... better error messages for the SQLite parser
2011-12-24 Arthur Axel 'fREW... our > use vars
2011-12-24 Arthur Axel 'fREW... use warnings
2011-12-24 Arthur Axel 'fREW... remove commented copyright
2011-12-24 Arthur Axel 'fREW... take out duplicate docs
2011-12-24 Arthur Axel 'fREW... Whitespace
2011-03-02 Arthur Axel 'fREW... Create and parse FK constraints in SQLite
2011-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2010-11-10 Peter Rabbitson Fix some legacy code to stop warning on newer perls
2010-02-24 Andrew Rodland SQLite parser: handle named constraints, and don't...
2009-08-18 Jess Robinson Changes + Reverts for 0.11000, see Changes file for...
2009-08-13 Ken Youens-Clark Upped version numbers, cleaned up code, fixed my name.
2009-08-13 Ken Youens-Clark Fixes per RT#37814 (parsing of field/index names with...
2009-08-11 Ken Youens-Clark Parsing of foreign keys.
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.