Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / MySQL.pm
2020-09-14 Dagfinn Ilmari Man... Bumping version to 1.62
2020-04-06 Matt S Trout Bumping version to 1.61
2020-02-29 Ed J Parser::MySQL to handle CHECK CONSTRAINT
2020-02-29 Ed J alter_drop_constraint drop constraint, not index
2019-05-29 Dagfinn Ilmari Man... Bumping version to 1.60
2019-04-28 Dagfinn Ilmari Man... Bumping version to 1.59_01
2015-06-24 Andrew Gregory Improve add_trigger consistency between producers
2015-06-24 mix3@サタデーナイトフィーバー Quoted table_name wasn't being used during MySQL DROP...
2014-10-18 Dagfinn Ilmari Man... Escape quotes in string values in producers
2014-10-16 Dagfinn Ilmari Man... Clean up option parsing and fix identifier quoting...
2014-09-02 Dagfinn Ilmari Man... Factor out calling of normal diff-production functions
2014-07-23 Wallace Reis Produce DDL for MySQL table field with ref in 'ON UPDATE'
2013-10-30 Larry Leszczynski Suppress "Exiting subroutine via next"
2013-09-13 David Steinbrunner more typo fixes
2013-09-13 David Steinbrunner typo fixes
2013-03-17 Dagfinn Ilmari Man... Use accessor for table options in MySQL producer
2012-09-06 André Walker Make MySQL producer add NULL for every nullable field
2012-01-17 Sebatian B. Knapp Fix for mysql producer drop primary key, refs #62250
2011-12-25 Jaime Soriano Pastor Name of unique keys are not written if empty
2011-12-24 Arthur Axel 'fREW... our > use vars
2011-12-24 Arthur Axel 'fREW... remove commented copyright
2011-12-24 Arthur Axel 'fREW... take out duplicate docs
2011-12-24 Arthur Axel 'fREW... Whitespace
2011-12-24 Robert Bohne Call ->on_delete ...
2011-09-01 Vincent Bachelier quote properly all table name
2011-08-31 Geistteufel quote reference_table
2011-02-04 Jonathan Yu Revert my previous changes (rev 1722 reverted back...
2011-02-04 Jonathan Yu Remove copyright headers from individual scripts
2010-11-30 Rafael Kitover Add support for triggers in the MySQL producer (RT...
2010-06-03 Peter Rabbitson Awesome non-quoted numeric default patch by Stephen...
2010-06-03 Peter Rabbitson Adjust view production for stupid mysql
2010-06-03 Peter Rabbitson Fix index quoting for mysql
2010-02-27 Jonathan Yu fix a bunch of spelling errors, and add whatis entries...
2009-08-18 Jess Robinson Changes + Reverts for 0.11000, see Changes file for...
2009-08-13 Ken Youens-Clark Upped version numbers, cleaned up code, fixed my name.
2009-08-13 Ken Youens-Clark Leave out empty bits.
2009-08-12 Ken Youens-Clark Just whitespace changes -- I wouldn't normally commit...
2009-08-11 Ken Youens-Clark Resolves RT#48025.
2009-08-07 Ken Youens-Clark Fixing my name (is this vain?).
2009-06-07 Peter Rabbitson Merge 'trunk' into 'roundtrip'
2009-05-27 Johannes Plunien MySQL producer skips length attribute for columns which...
2009-04-28 Peter Rabbitson Fix mysql roundtrip glitch
2009-04-28 Peter Rabbitson Minor POD fix
2009-02-15 Peter Rabbitson Support for mysql fully qualified table names (db.table...
2009-02-13 Peter Rabbitson Downgrade global version - highest version in 9002...
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.
next