You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey I found a bug in MysqlSchemaParser->addForeignKeys (possibly in other locations)
I was spinning up a test database and It did not want to generate diffs for me anymore on that database because SQL_MODE=ANSI_QUOTES; was set by default.
I just turned off this feature but maybe handy if some fix is made in the future? simplest (hacky) fix would be to force that connection to not have it. But the maybe more structural option is stripping double quotes?
The text was updated successfully, but these errors were encountered:
Hey I found a bug in MysqlSchemaParser->addForeignKeys (possibly in other locations)
I was spinning up a test database and It did not want to generate diffs for me anymore on that database because SQL_MODE=ANSI_QUOTES; was set by default.
I just turned off this feature but maybe handy if some fix is made in the future? simplest (hacky) fix would be to force that connection to not have it. But the maybe more structural option is stripping double quotes?
The text was updated successfully, but these errors were encountered: