dbsrgits/SQL-Translator.git
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
2005-06-27 Chris Hilton Additional tests for new parser capabilities
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 comments lines to test data forworking with new...
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-27 Ken Youens... Testing CVS checkin, added two new developers.
2005-06-16 Ken Youens... Added Ben, changed my name.
2005-06-15 Ken Youens... Put field and table comments into proper MySQL syntax.
2005-06-15 Ken Youens... Field comments weren't printing.
2005-06-15 Ken Youens... Added "official" table and field comment rules.
2005-06-15 Ken Youens... Added tests for other comments.
2005-06-13 Ben Faga Made the changes suggested by Michael Slattery. Made...
2005-06-13 Ken Youens... CPAN is complaining about the version, so I made a...
2005-06-11 Ben Faga Added the header to the change file.
2005-06-11 Ben Faga Added META.yml to manifest
2005-06-11 Ben Faga New Manifest
2005-06-11 Ben Faga Added a couple things to the manifest skip file.
next