Correct constraint names in preprocess for MySQL producer
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / MySQL.pm
2008-01-10 Ash Berlin Correct constraint names in preprocess for MySQL producer
2007-12-20 Ash Berlin Fix some more normalization problems
2007-12-13 Ash Berlin Some work on sanely normalizing fields
2007-11-27 Ash Berlin MAss diff changes imported from Ash's local diff-refact...
2007-11-10 Ben Faga Changed the name of unnamed foreign key constraints...
2007-10-24 Jess Robinson 0.0899_01 diffing fixes
2006-11-27 Jess Robinson Patched mysql producer to name constraints sanely
2006-11-09 Jess Robinson Make the DROP commands a separate item in arrary contex...
2006-08-09 Jess Robinson Add quoting support to the mysql producer, thanks ash!
2006-07-23 Jess Robinson Splitting of MySQL, Postgres and SQLite producers into...
2006-07-16 Jess Robinson Improvements to MySQL producers foreign key and comment...
2006-06-07 Jess Robinson Produce either a list of statements or a string
2005-12-16 Mark Addison Added mysql_character_set for 4.1+
2005-06-27 Chris Hilton Added character set, on update, and collate field quali...
2005-06-15 Ken Youens-Clark Put field and table comments into proper MySQL syntax.
2005-06-08 Mark Addison Added mysql extra attribs for charset and collation.
2005-01-13 Mark Addison mysql_table_type extra data and InnoDB derivation fix.
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-08-11 Ken Youens-Clark Check for >255 field size for all char fields (not...
2004-08-05 Ken Youens-Clark Add indexes for FKs as necessary.
2004-08-05 Ken Youens-Clark Make sure there's some size value for a character-based...
2004-08-05 Ken Youens-Clark Removed some old code, make table type "InnoDB" if...
2004-04-19 Ken Youens-Clark Added Access data types.
2004-04-01 Ken Youens-Clark Massaging of Oracle varchar2 field if larger than 255.
2004-02-09 Ken Youens-Clark Fixed copyrights.
2004-02-04 Ken Youens-Clark Being case-insensitive on datatype translations.
2004-01-25 Ken Youens-Clark Null out size if a blob field.
2003-10-15 Ken Youens-Clark Added some more POD.
2003-09-29 Ken Youens-Clark Kill size attribute if field data type is "text."
2003-08-18 Ken Youens-Clark Minor cosmetic changes.
2003-08-16 Ross Smith II zerofill has translated as 1
2003-08-16 Ross Smith II Fixed ENUMs (They were coming over as ENUM(n)).
2003-08-04 Ken Youens-Clark Added line to disable checking of FKs on import of...
2003-06-11 Ken Youens-Clark Modified producers to quite looking for the data struct...
2003-06-09 Ken Youens-Clark Changed to use schema objects.
2003-05-12 Ken Youens-Clark Cosmetic change in POD.
2003-05-09 Ken Youens-Clark Removed warning.
2003-05-03 Ken Youens-Clark Fixed error 'Use of uninitialized value in string eq...
2003-04-25 Darren Chamberlain Added refactored comment producing using header_comment.
2003-04-24 Ken Youens-Clark Minor cosmetic changes.
2003-04-18 Allen Day adding recognition of key type "key" for table indices.
2003-04-17 Allen Day workaround to get auto_increment working from PG "seria...
2003-04-17 Darren Chamberlain Attempt to be more robust.lib/SQL/Translator/Validator.pm
2003-04-14 Ken Youens-Clark Fixes to help with Oracle data types, also fixes with...
2003-04-10 Ken Youens-Clark Small fix.
2003-04-07 Darren Chamberlain And again, with the globals. Yeesh.
2003-03-12 Darren Chamberlain Added Utils package with debug method, shared between...
2003-03-04 Ken Youens-Clark Added SQLite producer, basic knock-off of MySQL produce...
2003-02-26 Ken Youens-Clark Handle "on [delete|update] action" differently
2003-02-25 Ken Youens-Clark Mods to handles FK references.
2003-01-27 Darren Chamberlain Documentation fixes; added Chris' name to copyright...
2002-11-22 Ken Youens-Clark Rolled in Darren's new list_[producers|parsers], lots...
2002-11-20 Ken Youens-Clark Fixed a lot of little things in modules, docs, etc...
2002-03-29 Darren Chamberlain Added generation of PRIMARY KEY and KEY clauses to...
2002-03-27 Darren Chamberlain Added MySQL producer (still in a pretty alpha stage...