Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / MySQL.pm
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-06 Matt S Trout Bumping version to 1.61
2020-03-07 Ed J MariaDB allows defaults of column names
2020-02-29 Ed J Parser::MySQL to handle CHECK CONSTRAINT
2019-05-29 Dagfinn Ilmari Man... Bumping version to 1.60
2019-04-28 Dagfinn Ilmari Man... Bumping version to 1.59_01
2015-09-08 Dagfinn Ilmari Man... Fix parsing of MySQL column comments (RT#83380)
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-03-09 Ken Youens-Clark Allow VALUEs to be enclosed in double and single quotes...
2012-04-28 Ken Youens-Clark Added "tables" and "options" methods to Schema::View
2012-04-28 Ken Youens-Clark Some aesthetic changes
2012-04-28 Ken Youens-Clark MySQL Parser now handles views more completely
2012-01-25 Peter Rabbitson Really fix mysql CURRENT_TIMESTAMP handling (solves...
2012-01-17 Jaime Soriano Bit size can range from 1 to 64, test added for size...
2012-01-17 Peter Rabbitson Use precompiled Parse::RecDescent parsers for moar...
2011-12-25 giftnuss Change mysql parser to throw exceptions on unspecified...
2011-12-25 Jaime Soriano Pastor Integer default sizes are one point smaller if they...
2011-12-25 Jaime Soriano Pastor Names accepted (and ignored) as types of primary keys...
2011-12-25 Jaime Soriano Pastor MySQL parsing fails if a table is defined more than...
2011-12-25 Jaime Soriano Pastor Default bits and double quoted strings are parsed now
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-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2011-02-04 Peter Rabbitson Fix MySQL producer attaching View definitions to a...
2010-02-24 Peter Rabbitson Oracle fix primarily to have it not capitalize but...
2010-02-23 Peter Rabbitson changing SQL::Translator::Diff to use producer_args...
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-12 Ken Youens-Clark Smoother regex (thanks Jim Thomason).
2009-08-12 Ken Youens-Clark Added parsing of index types (btree, rtree, hash).
2009-06-02 John Goulah added parser support for MySQL default values with...
2009-04-23 Peter Rabbitson Make minor adjustments to the grammars in order to...
2009-04-23 Wallace Reis Added CREATE VIEW subrules for mysql parser
2009-04-14 Ken Youens-Clark Added patch from user.
2009-03-12 Ken Youens-Clark Added double quote rule for table/field identifiers...
2009-03-09 Peter Rabbitson MySQL parser patch by Tokuhiro Matsuno
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-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2008-12-02 John Goulah reverting r1413 and r1414 in favor of passing a scalar...
2008-11-26 John Goulah added ignore_opts parser arg to ignore table options
2008-10-22 Jess Robinson Patch from jgoulah for mysqls UNION (merge engine)...
2008-10-20 Jess Robinson Patches for/with jgoulah:
2008-08-28 Jess Robinson Enormous patch from Peter Rabbitson making mysql versio...
2008-04-14 Daniel Ruoso waiting for patch to be applied
2008-02-06 Ash Berlin Allow DEFAULT CHARACTER SET without '=' (as produced...
2008-02-06 Ash Berlin Add support for COLLATE table option to MySQL parser
2008-01-30 Ash Berlin Fix warning messages
2007-12-20 Ash Berlin Fix some more normalization problems
2007-12-16 Ash Berlin Some SQL_TYPE mapping stuff
2007-12-13 Ash Berlin Some work on sanely normalizing fields
2007-11-27 Ash Berlin MAss diff changes imported from Ash's local diff-refact...
2007-03-19 Chris Hilton Added cursory parsing of view, functions, and procedure...
2007-02-19 Chris Hilton Tweak previous comment parsing tweak for multiple lines
2007-02-19 Chris Hilton Slight change to comment parsing to allow asterisks...
2006-10-10 Chris Hilton Added MySQL 5.0 DELIMITER functionality
2006-06-09 Jess Robinson Allow skipped insert statements and trigger bodies...
2006-03-16 Ken Youens-Clark Added grammar for handling "unique" and "key" qualifier...
2006-02-22 Ken Youens-Clark Updates.
2005-07-11 Chris Hilton Removed '#' and '--' comments from being included in...
2005-06-28 Ben Faga Changed references to on_delete_do to on_delete and...
2005-06-27 Chris Hilton Added collate and 'on update current_timestamp' field...
2005-06-15 Ken Youens-Clark Added "official" table and field comment rules.
2005-06-10 Ken Youens-Clark Changes to work with latest MySQL TIMESTAMP columns.
2005-06-07 Ken Youens-Clark Some changes that should have been applied a while...
2004-11-25 Mark Addison Applied Dave Howorth's MySQL parser patches
2004-03-01 Ken Youens-Clark Modified comment rules.
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-01-25 Ken Youens-Clark Changed default_val rule according to bug report on...
2004-01-23 Ken Youens-Clark Fixed errors in grammar as reported in "https://rt...
2003-09-08 Ken Youens-Clark Allow space as part of default value.
2003-09-08 Ken Youens-Clark Fixed problems in foreign key rule.
2003-08-26 Ken Youens-Clark Fixed drop table rule.
2003-08-21 Ken Youens-Clark Got rid of "our," changed field sizes.
2003-08-20 Ken Youens-Clark Some minor bug fixen, additions.
2003-08-19 Ken Youens-Clark Added code to catch table comments (simply assumes...
2003-08-19 Ken Youens-Clark Added setting of field size for *text fields. Did...
2003-08-18 Ken Youens-Clark Breaking a long line.
2003-08-17 Ross Smith II Added FIXED as DEC per mysql.com/doc/en/Column_types...
2003-08-16 Ross Smith II Stops Use of uninitialized value in numeric gt (>)...
2003-08-16 Ross Smith II MySQL allows for length parameter on PRIMARY KEY field...
2003-08-08 Ken Youens-Clark Added "set" rule, remove extra space after comment...
2003-08-04 Ken Youens-Clark New MySQL 4 syntax allows field names to be in backtick...
2003-07-25 Ken Youens-Clark Added "character set" as field qualifier as this is...
2003-07-18 Ken Youens-Clark Allow embedded comments a la the PG parser, store the...
2003-06-11 Ken Youens-Clark Modified all filed to quit returning the data structure...
2003-06-06 Ken Youens-Clark Added sorting of tables, other cosmetic changes.
2003-06-06 Ken Youens-Clark Changes to grammar to clean up, moved primary key defs...
2003-06-04 Ken Youens-Clark Added rules to catch common (but useless) statements.
2003-06-03 Ken Youens-Clark More work on default field sizes for numerics.
2003-06-03 Ken Youens-Clark Added default field sizes for numeric fields if not...
next