dbsrgits/SQL-Translator.git
2006-06-08 Jess Robinson SQLite and YAML tests broken, fixed
2006-06-07 Jess Robinson Typo fixing
2006-06-07 Jess Robinson Add tests for new alter_field, add_field, drop_field...
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 Added quote-field-names, quote-table-names options
2006-06-07 Jess Robinson Producers can now return individual statements as s...
2006-05-24 Jess Robinson More DB2 producing
2006-05-24 Jess Robinson DB2 producer tests
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 Added tests to catch Oracle problem with parser being...
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... Added use of graph.
2006-05-13 Ken Youens... 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-12 Ken Youens... Removed SIGNATURE.
2006-04-12 Ken Youens... Removing.
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... Added tests for "unique" and "key" qualifiers to field...
2006-03-16 Ken Youens... 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 Removed un-used stuff left from CutNPaste of t/36-filters.t
2006-03-06 Mark Addison Backed out M::B ConfigData based installed templates...
2006-02-22 Ken Youens... Updates.
2006-02-22 Ken Youens... Changed to build up schema from "show create table...
2006-02-22 Ken Youens... Changed my name.
2006-02-16 Ken Youens... Changes to make more efficient use of memory with large...
2006-01-31 Ken Youens... Moved YAML to a build requirement.
2006-01-31 Ken Youens... Just committing, but is it necessary? It will be regen...
2006-01-20 Mark Addison Intial code for Dia producer
2006-01-20 Mark Addison Build support for installing templates.
2005-12-22 Mark Addison Fixed missing schema table comments
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-09-15 Darren Chamberlain Removed doap.rdf from MANIFEST, since I removed it...
2005-09-13 Darren Chamberlain Moved to htdocs module
2005-08-31 Darren Chamberlain Original artwor, courtesy of Jason Williams
2005-08-31 Chris Hilton Adding non-zero exit status if differences were found
2005-08-10 Chris Hilton Various tweaks to produce Oracle diffs
2005-08-10 Chris Hilton Added some constraint tests
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 Ben Faga Removed the line that declared YAML to be the producer...
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 Chris Hilton If a DSN is defined but no 'from' db type given, we...
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-30 Ken Youens... Fixed usage docs.
2005-06-30 Ken Youens... The short arg for "font-size" was colliding with the...
2005-06-29 Chris Hilton Modified test text to reflect that fields() now return...
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 to exhaustively search for equal constraints...
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 Removed Data::Compare from requirements list
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 A whole lot of changes, but major additions include...
2005-06-27 Chris Hilton Added additional tests for sqlt-diff
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 Data::Compare module to requirements list
next