Strip evil svn:keywords
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser /
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
2006-05-03 Chris Hilton Fixed preservation of function call as field in functio...
2006-05-03 Chris Hilton Parser changes to accomodate function-based indexes...
2006-03-21 Ben Faga Applying the patch submitted with this bug report
2006-03-16 Ken Youens-Clark Added grammar for handling "unique" and "key" qualifier...
2006-03-10 Mark Addison Fixed warning for tables with no order attrib
2006-03-09 Earl Cahill -O::Is, accidentally committed some debug, thanks to...
2006-03-09 Earl Cahill adding in Oracle driver support and making the DRIVER...
2006-03-09 Earl Cahill initial adds for the oracle dbi parser and a simple...
2006-02-22 Ken Youens-Clark Updates.
2006-02-22 Ken Youens-Clark Changed to build up schema from "show create table...
2005-10-07 Scott Cain refining the parser, but it still doesn't do everything...
2005-10-06 Scott Cain revamped Pg DBI parser to query system tables. This...
2005-08-10 Chris Hilton Modified "create anything else" rule to not include...
2005-07-12 Chris Hilton Removed auto_increment from a field's extra attribute...
2005-07-11 Chris Hilton Removed '#' and '--' comments from being included in...
2005-07-07 Ben Faga Changed the second "my $h" to just "$h" because it...
2005-07-06 Allen Day changes to allow subclass tables identical to superclass
2005-07-05 Ben Faga Made some changes suggested by Michael Slattery to...
2005-06-28 Chris Hilton Slight adjustment to parsing of identity/auto-increment...
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-27 Chris Hilton Added mapping of ODBC connections to DBI-SQLServer...
2005-06-27 Chris Hilton A Parser for SQL Server, mostly copied from Sybase...
2005-06-27 Chris Hilton A DBI Parser for SQL Server, mostly copied from DBI...
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-08 Mark Addison Parses extra attributes for tables. Tweaked debug output.
2005-06-07 Ken Youens-Clark Some changes that should have been applied a while...
2004-12-21 Mark Addison Removed (annoying) warning when order attributes are...
2004-11-25 Mark Addison Applied Dave Howorth's MySQL parser patches
2004-11-20 Jess Robinson DB2.pm the first
2004-11-20 Jess Robinson DB2 P::RD grammar
2004-11-05 Mark Addison All Schema objects now have an extra attribute. Added...
2004-10-23 Chris Mungall throws error if a comment is placed on a non-existent...
2004-10-23 Chris Mungall fixed parsing of Pg COMMENT ON ... syntax
2004-09-24 Ken Youens-Clark Fixed POD.
2004-09-17 Ken Youens-Clark Moved "interval" rule.
2004-09-17 Ken Youens-Clark Bug fix to keep FK constraints from being created twice...
2004-09-15 Jess Robinson Add Triggers
2004-09-15 Jess Robinson New column_info definition, correct nullable
2004-08-30 Ken Youens-Clark Applying patches from Markus Törnqvis.
2004-08-30 Ken Youens-Clark Adding Jess's DB2 DBI parser.
2004-08-20 Mark Addison Doc tweaks.
next