dbsrgits / sql-translator

SQL::Translator (SQLFairy)
http://sqlfairy.sourceforge.net/
82 stars 91 forks source link

sqlt-diff: Add option --mysql-version= #126

Open gaaf opened 4 years ago

gaaf commented 4 years ago

Analog to the sqlt script, allow to specify the MySQL producer version.

Stops converting varchar(>255) to text columns for version>5.000003

rabbiveesh commented 2 years ago

Hey, if you rebase on master and then rename this option to --mysql-producer-version then I'll be happy to merge this.