Remove all expansion $XX tags (isolated commit, easily revertable)
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / MySQL.pm
2009-02-12 Peter Rabbitson Remove all expansion $XX tags (isolated commit, easily...
2009-02-12 Peter Rabbitson Reduce $Id to its normal form
2009-02-12 Peter Rabbitson Force everything to 1.99, hopefully will work
2009-02-11 Peter Rabbitson Strip evil svn:keywords
2009-02-09 Johannes Plunien Translate bytea to BLOB in MySQL producer. This fixes...
2009-01-17 Jonathan Yu - Removed use of $Revision$ SVN keyword to generate...
2009-01-17 Jonathan Yu - Added some stuff to MANIFEST.SKIP
2008-12-02 John Goulah reverting r1413 and r1414 in favor of passing a scalar...
2008-12-01 John Goulah add param to _apply_default_value so that certain value...
2008-11-01 Ash Berlin Removed source_db and target_db accessors from Diff...
2008-10-22 Jess Robinson Patch from jgoulah for mysqls UNION (merge engine)...
2008-10-09 Jess Robinson Now supporting scalar refs as default values! (rjbs)
2008-10-08 Jess Robinson By royal decree, produced statements in list context...
2008-08-28 Jess Robinson Enormous patch from Peter Rabbitson making mysql versio...
2008-08-19 Ash Berlin Only create views for mysql on v5 and up
2008-08-19 Jess Robinson Add views to mysql producer, thanks groditi
2008-07-01 Jess Robinson Added patch from groditi adding SET type support to...
2008-06-03 Jess Robinson Applied patch from Ryan to uniqify index names sanely...
2008-04-01 Ash Berlin Fix suprious diff on cols with charsets/collates (MySQL)
2008-03-26 Jess Robinson Add support for proper boolean fields in the mysql...
2008-03-17 Ash Berlin Fix false-diffing due to order of table options
2008-03-03 Ash Berlin Allow quote and other option to be passed to the producers.
2008-02-06 Ash Berlin Fix drop indexes for uniq constraints
2008-01-31 Ash Berlin Document significance of preproces_schema method
2008-01-21 Ash Berlin Better tests (and fix bug) in batch alter with renamed...
2008-01-16 Ash Berlin Work round MySQL/InnoDB bug bugs.mysql.com/bug.php...
2008-01-15 Ash Berlin Add renamed_from to tables.
2008-01-10 Ash Berlin Move more normalization changes to preprocess_schema
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...