dolthub / pg2mysql

Script to convert Postgres dump files to MySQL dump files
Apache License 2.0
38 stars 10 forks source link

Columns containting "interval" are renamed #56

Open MartinWeise opened 8 months ago

MartinWeise commented 8 months ago

In our dump, a column is called interval_length and is renamed to the (invalid) column name varchar(64)_length because of line 228 in the pg2mysql.pl script