Revert my previous changes (rev 1722 reverted back to rev 1721)
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser /
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...
2008-02-06 Ash Berlin Add support for COLLATE table option to MySQL parser
2008-01-30 Ash Berlin Fix warning messages
2008-01-12 Ash Berlin Added an 'alter sequence' line to the parser grammer...
2007-12-20 Ash Berlin Fix some more normalization problems
2007-12-20 Ben Faga Added a select section to the parser. This is to handl...
2007-12-18 Ben Faga Added an 'alter sequence' line to the parser grammer...
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-11-13 Ben Faga Allows schema-qualified table names.
2007-11-09 Ben Faga Fixed a problem where the deferrable definition require...
2007-06-04 Ben Faga Committing patches sent by Florian Helmberger. Here...
2007-04-12 Chris Hilton Ignore views and procedures with no text (weeds out...
2007-03-19 Chris Hilton Added cursory parsing of views and procedures
2007-03-19 Chris Hilton Added cursory parsing of view, functions, and procedure...
2007-03-19 Chris Hilton Removed unused rules procedure_body and view_body
2007-03-14 Chris Hilton Removed mistakenly checked in debug code
2007-03-14 Chris Hilton Added cursory parsing of procedures, functions, and...
2007-03-06 Chris Hilton Corrected index parsing on Oracle so every index is...
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-11-10 Ben Faga Added a semicolon at the end of the create trigger...
2006-10-10 Chris Hilton Added MySQL 5.0 DELIMITER functionality
2006-10-10 Chris Hilton Remove row requirement for returning indices
2006-08-26 Jess Robinson Also collect function objects. Thanks Gordon!
2006-08-26 Jess Robinson Support Pg timestamp type followed by an optional size...
2006-06-29 Ken Youens-Clark Fixed handling of NULLs.
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
2006-05-24 Chris Hilton Modified parse() to instantiate a separate RecDescent...
2006-05-24 Chris Hilton Removed conflict markers
2006-05-24 Jess Robinson Use DB2 Parser
2006-05-05 Chris Hilton Fixed up ON DELETE parsing for FKs
2006-05-04 Chris Hilton Added 'default null' parsing
2006-05-04 Chris Hilton Minor refactor to avoid uninitialized value warning
next