Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser /
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-19 John Napiorkowski pg_attrdef.adsrc no longer on Pg12+
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
2020-02-28 Ed J SQLite parser to understand CHECK with parens
2019-05-29 Dagfinn Ilmari Man... Bumping version to 1.60
2019-04-28 Dagfinn Ilmari Man... Bumping version to 1.59_01
2019-04-28 Dagfinn Ilmari Man... Normalise dist version number to 1.59
2019-04-28 Karen Etheridge JSON.pm -> JSON::MaybeXS
2018-01-27 Dagfinn Ilmari Man... Add support for parsing PostgreSQL dollar-quoted strings
2017-01-26 Dagfinn Ilmari Man... Improve trigger 'scope' attribute support (RT#119997)
2016-04-17 Dagfinn Ilmari Man... Remove duplicate entry in DBI drivers hash
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
2015-06-28 Sebastian Podjasek Add support for USING and WHERE on indexes in PostgreSQ...
2015-06-25 Sebastian Podjasek Fix PostgreSQL grammar parsing of UUID, time, timetz...
2015-01-27 Dagfinn Ilmari Man... Fix array types and multidimensional sizes in Parser...
2015-01-06 Dagfinn Ilmari Man... Fix multi-column indexes in Parser::DBI::PostgreSQL
2014-11-24 Dagfinn Ilmari Man... Remove executable bit from Parser/JSON.pm (RT#100532)
2014-10-18 Dagfinn Ilmari Man... Add support for triggers in Parser::Oracle
2014-10-18 Dagfinn Ilmari Man... Handle ALTER TABLE ... ADD CONSTRAINT in Parser::Oracle
2014-10-18 Dagfinn Ilmari Man... Quote table names in 'SHOW CREATE TABLE' in Parser...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2014-10-16 Dagfinn Ilmari Man... Fix handling of quoted identifiers and strings in Parse...
2014-09-22 Dagfinn Ilmari Man... Fix broken POD links found by App::PodLinkChecker
2014-07-24 Dagfinn Ilmari Man... Fix handling of views in MySQL DBI parser
2014-07-24 Wallace Reis Fix warning due uninitialized var
2013-12-17 clodeindustrie Add Json and hstore types in the PostgreSQL parser
2013-10-30 Jon Jensen Add JSON parser and producer modules
2013-10-30 Jonathan C. Otsuka Add DECIMAL_DIGITS to SQLServer size field for scale...
2013-10-30 Jonathan C. Otsuka Quote table_name to fix tables using reserve words...
2013-09-13 David Steinbrunner typo fixes
2013-09-13 David Steinbrunner typo fix
2013-03-09 Fabrice Gabolde Support for SET NULL, SET DEFAULT and NO ACTION in...
2013-03-09 Ken Youens-Clark Allow VALUEs to be enclosed in double and single quotes...
2012-12-09 Peter Rabbitson Properly tag our XML namespace URI - it is not a real...
2012-09-23 Peter Rabbitson No versions in use statements - encourages shit like...
2012-08-25 Jonathan C. Otsuka Revert "Adding DECIMAL_DIGITS to SQLServer size field...
2012-08-25 Jonathan C. Otsuka Adding DECIMAL_DIGITS to SQLServer size field for scale...
2012-05-10 Peter Rabbitson Fixor borked docs (we already test for this in t/66...
2012-05-09 Peter Rabbitson Resurrect the DB2 precompiled grammar to which we lost...
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-04-28 Tina Mueller add support for "DEFAULT (\d+)::data_type" in PostgreSQ...
2012-04-28 Peter Rabbitson Stop the DBI parser from disconnecting externally suppl...
2012-01-25 Peter Rabbitson Really fix mysql CURRENT_TIMESTAMP handling (solves...
2012-01-18 Peter Rabbitson Pod fixage
2012-01-17 Jaime Soriano Bit size can range from 1 to 64, test added for size...
2012-01-17 Peter Rabbitson Combined patches from RT#70734 and RT#44769
2012-01-17 Peter Rabbitson Tab/WS crusade
2012-01-17 Peter Rabbitson Use precompiled Parse::RecDescent parsers for moar...
2012-01-04 Cedric Carree SQLT::Parser::PostgreSQL parses table def with default...
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-25 Arthur Axel 'fREW... quote SQLite identifiers
2011-12-25 Arthur Axel 'fREW... better error messages for the SQLite parser
2011-12-24 Aaron Schrab Add trigger support to PostgreSQL producer and 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-12-24 Cedric Carree get Postgres table and column descriptions
2011-12-24 Cedric Carree Fix index issue in Parser::DBI::PostgreSQL
2011-12-24 Cedric Carree Patch to get correct SQL data types from Postgres
2011-12-24 Cedric Carree Create unit test for ::Parser::DBI::PostgreSQL, fix...
2011-03-02 Arthur Axel 'fREW... Create and parse FK constraints in SQLite
2011-02-28 Peter Rabbitson Parse new SQL Server stuff
2011-02-28 Arthur Axel 'fREW... whitespace changes
2011-02-28 Peter Rabbitson Better diagnostics
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-11-10 Peter Rabbitson Fix some legacy code to stop warning on newer perls
2010-06-03 Peter Rabbitson Awesome non-quoted numeric default patch by Stephen...
2010-02-24 Andrew Rodland SQLite parser: handle named constraints, and don't...
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-09-24 Peter Rabbitson Enforce XML::LibXML version requirements
2009-09-18 Peter Rabbitson proper pg timestamp parsing (by mo)
2009-09-03 Peter Rabbitson Fix pg matchtype parsing
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-12 Ken Youens-Clark Smoother regex (thanks Jim Thomason).
2009-08-12 Ken Youens-Clark Adding patch from user.
2009-08-12 Ken Youens-Clark Added parsing of index types (btree, rtree, hash).
2009-08-11 Ken Youens-Clark Parsing of foreign keys.
2009-08-11 Ken Youens-Clark Changes to handle a constraint like:
2009-08-07 Ken Youens-Clark Need to call "load" as a class method rather than an...
2009-08-07 Ken Youens-Clark Just made a little more readable.
2009-06-24 Peter Rabbitson MSSQL fixes and improvements
next