Lose one more useless dependency
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser /
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
2009-06-24 Peter Rabbitson Do not cache the P::RD grammar - it breaks stuff
2009-06-07 Peter Rabbitson Strip exe bit
2009-06-07 Peter Rabbitson Merge 'trunk' into 'roundtrip'
2009-06-07 Peter Rabbitson Multiple fixes for the SQLServer producer/parser combo
2009-06-07 Peter Rabbitson VIEW support for Pg parser, also some cleanups
2009-06-02 John Goulah added parser support for MySQL default values with...
2009-06-01 Peter Rabbitson Switch to Module::Install
2009-05-17 Jonathan Yu Applied patch to switch dependency on XML::XPath to...
2009-05-05 Peter Rabbitson Fix a couple of mistakes in the PG parser
2009-05-04 Peter Rabbitson SQLite improvements:
2009-05-03 Peter Rabbitson Improve xml database_event deprecation warning
2009-05-03 Peter Rabbitson Teah xml parser about database_events
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-02-07 Ash Berlin Move XMI stuff to branches/xmi since no one has worked...
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
2009-01-10 Jonathan Yu Since Oracle understands a double precision floating...
2008-12-29 Jess Robinson Support for temporary tables in Pg, from nachos
2008-12-04 Ash Berlin PgSQL diff patch from wries
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-11-20 John Goulah add support for a skip option to the parser
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-06-10 Jess Robinson Make Schema::Graph only load if "as_graph" is called...
2008-05-19 Ben Faga Made change suggested by Daniel Böhringer to allow...
2008-04-28 Ben Faga Support uppercase foreign key target-columns. Sent...
2008-04-14 Daniel Ruoso waiting for patch to be applied
2008-02-06 Ash Berlin Allow DEFAULT CHARACTER SET without '=' (as produced...
next