Typo fixing
[dbsrgits/SQL-Translator.git] / lib / SQL /
2006-06-07 Jess Robinson Typo fixing
2006-06-07 Jess Robinson Update Trigger to insist on a valid table for on_table
2006-06-07 Jess Robinson Produce either a list of statements or a string
2006-06-07 Jess Robinson Document producer methods
2006-06-07 Jess Robinson Recognise & skip DROP statements when parsing
2006-06-07 Jess Robinson Producers can now return individual statements as s...
2006-05-24 Jess Robinson More DB2 producing
2006-05-24 Chris Hilton Ignore Oracle system constraints on source DB schema...
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-20 Jess Robinson Initial devision of sqlt-diff: Most of the functionalit...
2006-05-13 Ken Youens-Clark Added use of graph.
2006-05-13 Ken Youens-Clark Commiting.
2006-05-05 Chris Hilton Fixed up ON DELETE parsing for FKs
2006-05-05 Chris Hilton Added ON DELETE and ON UPDATE clauses to FK output
2006-05-04 Chris Hilton Added 'default null' parsing
2006-05-04 Chris Hilton Fix field default value output bug I introduced
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-04-07 Mark Addison Globals filter now copies extra
2006-03-21 Chris Mungall new: makes tables in latex format
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 Added constraint copy to Globals filter. (Seem to be...
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-03-06 Mark Addison Added Globals filter.
2006-03-06 Mark Addison Backed out M::B ConfigData based installed templates...
2006-02-22 Ken Youens-Clark Updates.
2006-02-22 Ken Youens-Clark Changed to build up schema from "show create table...
2006-02-16 Ken Youens-Clark Changes to make more efficient use of memory with large...
2006-01-20 Mark Addison Intial code for Dia producer
2006-01-20 Mark Addison Build support for installing templates.
2005-12-16 Mark Addison Experimental filters
2005-12-16 Mark Addison Added mysql_character_set for 4.1+
2005-11-17 Ben Faga Applied changes submitted by Paul Makepeace <sourceforg...
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-09-18 Jess Robinson produce DB2 tables
2005-08-10 Chris Hilton Modified equals() to stringify field checks and use...
2005-08-10 Chris Hilton Modified equals() to include more case insensitivity...
2005-08-10 Chris Hilton Modified equals() to include case insensitive data...
2005-08-10 Chris Hilton Modified equals() to include type check, stringify...
2005-08-10 Chris Hilton Use the overload::StrVal method to check if references...
2005-08-10 Chris Hilton Added negative sign possibility to default number values.
2005-08-10 Chris Hilton Modified "create anything else" rule to not include...
2005-07-18 Chris Hilton Removing foreign key check from field equality; foreign...
2005-07-18 Chris Hilton It helps if you use the correct version of the case...
2005-07-15 Chris Hilton Fixed case-insensitivity matching for SQL Server and...
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-11 Chris Hilton Re-arranged to put null/not null before default value...
2005-07-07 Allen Day missed a spot
2005-07-07 Allen Day backing out non-callback package mangling
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-29 Chris Hilton Made sure defined scalar references are passed to _comp...
2005-06-28 Chris Hilton Slight adjustment to parsing of identity/auto-increment...
2005-06-28 Chris Hilton Fixed bug in equals() to exhaustively search sets of...
2005-06-28 Chris Hilton Modified equals() to get scalar references to fields...
2005-06-28 Chris Hilton Modfied fields() to return empty array when there are...
2005-06-28 Chris Hilton Modified _compare_objects() to use ref_compare from...
2005-06-28 Ben Faga Changed references to on_delete_do to on_delete and...
2005-06-27 Chris Hilton Added case insensitivity option to get_table()
2005-06-27 Chris Hilton Added equals function for equality testing
2005-06-27 Chris Hilton Added equals function for base equality testing
2005-06-27 Chris Hilton Added to fields that do not require size argument
2005-06-27 Chris Hilton Added character set, on update, and collate field quali...
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 Put field and table comments into proper MySQL syntax.
2005-06-15 Ken Youens-Clark Field comments weren't printing.
2005-06-15 Ken Youens-Clark Added "official" table and field comment rules.
2005-06-13 Ben Faga Made the changes suggested by Michael Slattery. Made...
2005-06-13 Ken Youens-Clark CPAN is complaining about the version, so I made a...
2005-06-10 Ken Youens-Clark Changes to work with latest MySQL TIMESTAMP columns.
2005-06-09 Mark Addison Tweaked filter interface to take args as a list.
2005-06-08 Ken Youens-Clark While trying to create CDBI classes myself, I found...
2005-06-08 Ben Faga Removed the @_ from the import statement, since @_...
2005-06-08 Ben Faga Fixed small error that was causing a test to fail.
2005-06-08 Mark Addison Added mysql extra attribs for charset and collation.
2005-06-08 Mark Addison Parses extra attributes for tables. Tweaked debug output.
2005-06-07 Ken Youens-Clark Some cosmetic changes.
2005-06-07 Ken Youens-Clark Some changes that should have been applied a while...
2005-05-25 Ben Faga Applied Eric Just's changes to the Oracle producer...
2005-05-25 Mark Addison Apllied Chris Hilton patch to remove subroutine redefin...
2005-05-25 Mark Addison Applied Chris Hilton patch to remove 'Use of uninitiali...
2005-05-18 Mark Addison Fixed error propogation when loading filters.
2005-05-13 Allen Day fix to allow GraphViz to load -- someone who understand...
2005-04-13 Allen Day incrementing for next release
2005-02-07 Ken Youens-Clark Made the field definition rows alternate "even" and...
2005-01-13 Mark Addison A SQLServer producer. (They made me do it! :(
2005-01-13 Mark Addison mysql_table_type extra data and InnoDB derivation fix.
next