Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / SQLite.pm
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-06 Matt S Trout Bumping version to 1.61
2019-05-29 Dagfinn Ilmari Man... Bumping version to 1.60
2019-04-28 Dagfinn Ilmari Man... Bumping version to 1.59_01
2018-01-25 exercism-1 avoid conditional variable declaration
2015-06-24 Andrew Gregory Add SQLite support for check constraints
2015-06-24 Andrew Gregory Improve add_trigger consistency between producers
2015-01-06 Dagfinn Ilmari Man... Fix SQLite diffing on perl 5.8.1
2014-12-14 Andrew Gregory Provide default index names for SQLite
2014-09-02 Dagfinn Ilmari Man... Factor out calling of normal diff-production functions
2014-08-20 Peter Mottram fix Producer::SQLite::batch_alter_table rename field
2013-09-13 David Steinbrunner typo fix
2012-04-27 Arthur Axel 'fREW... Default SQLite quoting to off until we are capable...
2012-04-24 John Napiorkowski fix for when we are adding /dropping columns in sqlite...
2012-02-04 Arthur Axel 'fREW... use future stuff for SQLite field generation
2012-02-04 Peter Rabbitson Move ProducerUtils into the new dir layout
2012-01-23 Peter Rabbitson Correct SQLite quote-char
2012-01-17 Peter Rabbitson Combined patches from RT#70734 and RT#44769
2011-12-25 Arthur Axel 'fREW... quote SQLite identifiers
2011-12-24 Arthur Axel 'fREW... our > use vars
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-12-24 Devin Austin added kaitlyn's patch for mysql->sqlite translation
2011-03-02 Arthur Axel 'fREW... Create and parse FK constraints in SQLite
2011-02-04 Darren Chamberlain Revert last change becuase it broke a bunch of tests.
2011-02-04 Darren Chamberlain Merging patch from ddascalescu+perl@gmail.com, for...
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-06-03 Peter Rabbitson Awesome non-quoted numeric default patch by Stephen...
2010-06-02 Andrew Rodland Fix SQLite producer create_view so it doesn't generate...
2010-06-01 Rafael Kitover normalize SQLite and Postgres version numbers
2010-03-06 Peter Rabbitson Get SQLite to produce saner output
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-07 Ken Youens-Clark Fixing my name (is this vain?).
2009-05-04 Peter Rabbitson SQLite improvements:
2009-05-03 Peter Rabbitson Teach sqlite how to deal with multi-event triggers
2009-04-28 Peter Rabbitson Minor POD fix
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
2008-10-21 Jess Robinson Default sqlite_version so we dont get uninitialised...
2008-10-09 Jess Robinson Now supporting scalar refs as default values! (rjbs)
2008-10-09 Jess Robinson lukes' patch: drop if exists under sqlite 3.3+
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
2008-02-01 Jess Robinson Fix syntax for index dropping in sqlite producer
2008-01-31 Ash Berlin Document significance of preproces_schema method
2008-01-15 Ash Berlin Add renamed_from to tables.
2008-01-12 Ash Berlin Fix after typo in merge
2008-01-12 Ash Berlin Added an 'alter sequence' line to the parser grammer...
2007-12-20 Ben Faga Applied patch submitted by Nathan Gray
2007-11-27 Ash Berlin MAss diff changes imported from Ash's local diff-refact...
2006-08-26 Jess Robinson Fix typo, no_comments arg wasnt getting passed. Thanks...
2006-07-23 Jess Robinson Splitting of MySQL, Postgres and SQLite producers into...
2005-07-05 Ben Faga Made some changes suggested by Michael Slattery to...
2005-06-13 Ben Faga Made the changes suggested by Michael Slattery. Made...
2004-03-16 Ken Youens-Clark Fixed per Tony Bowden to allow all integer fields ...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2003-10-15 Ken Youens-Clark POD fixes.
2003-10-08 Ken Youens-Clark Needed semicolon on end of constraint def.
2003-10-04 Ken Youens-Clark Lots o' refinements.
2003-07-02 Ken Youens-Clark Strip field size qualifiers from index fields as SQLite...
2003-06-11 Ken Youens-Clark Modified producers to quite looking for the data struct...
2003-06-09 Ken Youens-Clark General cleanup, changed to use schema API.
2003-04-25 Darren Chamberlain Added refactored comment producing using header_comment.
2003-03-12 Darren Chamberlain Added Utils package with debug method, shared between...
2003-03-04 Ken Youens-Clark Added SQLite producer, basic knock-off of MySQL produce...