Added a semicolon at the end of the create trigger definition because SQLite seems...
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser /
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.
2004-08-19 Mark Addison Doc tweaks
2004-08-19 Mark Addison Added collection tags for the Schemas objects (tables...
2004-08-11 Ken Youens-Clark Take the defined field size if present.
2004-07-30 Ken Youens-Clark Removing commented-out code.
2004-07-30 Paul Harrington sp_columns on Sybase 12.5.2 (and, perhaps, earlier...
2004-07-09 Mark Addison Added parsing of field.extra
2004-07-08 Mark Addison Added docs about the legacy format xml.
2004-07-08 Mark Addison Updated to parse the new, single format sqlf xml and...
2004-04-22 Ken Youens-Clark Added alternate way to declare unique constraints.
2004-04-19 Ken Youens-Clark Committing new Access parser (yeah, Bill, we're coming...
2004-03-09 Ken Youens-Clark Getting translator options.
2004-03-01 Ken Youens-Clark Modified comment rules.
2004-02-11 Ken Youens-Clark Added rules (REM, prompt) to help parse output of DDL...
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-02-04 Darren Chamberlain Fixed 'useless use of constant in void context' warning.
2004-02-03 Ken Youens-Clark Changed index creation to better handle output of DDL...
2004-01-25 Ken Youens-Clark Fixed constraints and indices.
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-12-17 Ken Youens-Clark Minor changes.
2003-12-10 Ken Youens-Clark Added more rules to handle all variations of the "ALTER...
2003-11-21 Ken Youens-Clark Initializing variable to suppress silly warnings.
2003-11-19 Mark Addison Handles order given as attrib.
2003-11-17 Allen Day adding COMMENT processing to Pg parser
2003-11-06 Ken Youens-Clark Fixed typo in POD.
2003-11-06 Ken Youens-Clark Some of the same changes to Excel.
2003-11-06 Ken Youens-Clark If no data is present, then assign a field size of...
2003-11-06 Ken Youens-Clark Fixen.
2003-11-05 Ken Youens-Clark Added "order" to tables (should have been there already...
2003-11-05 Ken Youens-Clark Getting float sizes to work properly.
2003-11-05 Ken Youens-Clark Some refinements in assigning field types, size of...
2003-10-20 Mark Addison Added Views, Procedures and Triggers to bring it inline...
2003-10-17 Darren Chamberlain Small pod fix.
2003-10-15 Ken Youens-Clark Added a little to the POD to explain version dependency.
2003-10-15 Paul Harrington This module does not actually use any DBD::Pg calls...
2003-10-15 Ken Youens-Clark Notes about DDL::Oracle.
2003-10-15 Ken Youens-Clark Mostly POD fixes.
2003-10-15 Ken Youens-Clark Doc fixes.
2003-10-15 Ken Youens-Clark Fixed POD, removed commented warnings.
2003-10-15 Ken Youens-Clark Added boilerplate intro, fixed POD.
2003-10-15 Ken Youens-Clark Fixing POD.
next