Modified equals() to include case insensitive data type checking and removed is_uniqu...
[dbsrgits/SQL-Translator.git] / lib /
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.
2005-01-13 Mark Addison Made extra interface more context sensative.
2005-01-13 Mark Addison Fixed test name
2004-12-21 Allen Day replaced by TT producer
2004-12-21 Mark Addison Removed (annoying) warning when order attributes are...
2004-12-21 Mark Addison localised setting of %Data::Dumper::Maxdepth (and Inden...
2004-12-20 Ken Youens-Clark Accepted changes from Eric Just.
2004-12-13 Mark Addison Re-added proper error trapping and reporting when tryin...
2004-12-12 Mark Addison Added schema filters
2004-11-27 Jess Robinson Drop functions
2004-11-26 Mark Addison Template config is now passed using tt_conf producer...
2004-11-25 Mark Addison Deprecated ttargs producer arg in favour of tt_vars
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-16 Mark Addison Re-added ttvars. Added docs and test for ttvars.
2004-11-16 Brian O'Connor I needed to be able to pass in additional information...
2004-11-09 Mark Addison Factored _load_sub() out of _tool(). Ground work for...
2004-11-09 Mark Addison Refactored producer() and parser() to use a sub, _tool...
2004-11-05 Mark Addison Added writing of extra data for all objects to XML...
2004-11-05 Mark Addison All Schema objects now have an extra attribute. Added...
2004-11-05 Mark Addison Added _attributes class data to SQL::Translator::Schema...
2004-11-04 Mark Addison Added SQL::Translator::Schema::Object, a base class...
2004-10-26 Ken Youens-Clark Fixing the error "Can't use an undefined value as a...
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-10-15 Allen Day Producer::Turnkey obsolete. now rely on TTSchema parse...
2004-10-15 Allen Day patch for parser/producer args courtesy of darren ...
2004-10-13 Allen Day some refactoring. moving to being able to call $schema...
2004-10-13 Allen Day lc the template files... flipflop
2004-10-13 Allen Day almost working. there is a package name mangling probl...
2004-09-24 Ken Youens-Clark Fixed POD.
2004-09-22 Brian O'Connor Modifications to the Turnkey producer to support file...
2004-09-20 Ken Youens-Clark OK, I really got it this time.
2004-09-20 Ken Youens-Clark That last commit wasn't very thought-out.
2004-09-20 Ken Youens-Clark The default too often was "tinyint," changed to only...
2004-09-17 Ken Youens-Clark Trying to be smarter and stricter on translating FKs.
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 Allow "gutter" to be set by producer arg (Markus Törnqvis).
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-20 Mark Addison Doc tweaks
next