Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql foreign key diff generation ANSI_QUOTES #1925

Open
spidfire opened this issue Dec 14, 2022 · 0 comments
Open

Mysql foreign key diff generation ANSI_QUOTES #1925

spidfire opened this issue Dec 14, 2022 · 0 comments

Comments

@spidfire
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant