Only output trigger 'scope' if it's set in YAML and JSON producers
[dbsrgits/SQL-Translator.git] / t / 38-mysql-producer.t
2015-06-24 Andrew Gregory Improve add_trigger consistency between producers
2014-10-18 Dagfinn Ilmari Man... Escape quotes in string values in producers
2014-07-23 Wallace Reis Produce DDL for MySQL table field with ref in 'ON UPDATE'
2012-09-22 Dagfinn Ilmari Man... Mooify SQLT::Schema::Field
2012-09-06 André Walker Make MySQL producer add NULL for every nullable field
2012-04-28 Jonathan Otsuka Honor supplied field order when adding fields to a...
2012-04-27 Arthur Axel 'fREW... setting the quote accessors separately no longer makes...
2012-01-18 Peter Rabbitson Fix incorrect ordering in test (fails under unstable...
2012-01-17 Sebatian B. Knapp Fix for mysql producer drop primary key, refs #62250
2012-01-17 Peter Rabbitson Tab/WS crusade
2011-09-02 Vincent Bachelier test quoted for mysql
2011-08-31 Geistteufel add quoted reference to check if the table name contain...
2010-06-03 Peter Rabbitson Adjust view production for stupid mysql
2010-06-03 Peter Rabbitson Fix index quoting for mysql
2009-05-27 Johannes Plunien MySQL producer skips length attribute for columns which...
2009-03-17 Johannes Plunien New method to clear out extra attributes
2009-02-15 Peter Rabbitson Support for mysql fully qualified table names (db.table...
2008-10-08 Jess Robinson By royal decree, produced statements in list context...
2008-08-29 Jess Robinson Update mysql producer test to saner field names, Peter R.
2008-08-28 Jess Robinson Enormous patch from Peter Rabbitson making mysql versio...
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-03-26 Jess Robinson Add support for proper boolean fields in the mysql...
2007-12-20 Ash Berlin Fix some more normalization problems
2007-11-27 Ash Berlin MAss diff changes imported from Ash's local diff-refact...
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 Fixed tests for mysql producer changes
2006-08-09 Jess Robinson Add quoting support to the mysql producer, thanks ash!
2006-07-23 Jess Robinson Lots of Pg Producer tests, some other fixes
2006-06-07 Jess Robinson Add tests for new alter_field, add_field, drop_field...
2005-06-08 Mark Addison Added test for mysql_table_type. Removed dodgey testing...
2005-06-08 Mark Addison Added mysql extra attribs for charset and collation.