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

0004296: On MySQL, if some SymmetricDS table columns are uppercase and others are lowercase in the same table you get a null pointer #110

Merged
merged 1 commit into from Mar 2, 2020

Conversation

chenson42
Copy link
Contributor

This was caused because the findColumn method takes a parameter that is whether to use case insensitive logic and we were passing in the setting to use delimiters. This was false so the target column was never found.

…d others are lowercase in the same table you get a null pointer
@erilong erilong merged commit 00693f7 into 3.11 Mar 2, 2020
@erilong erilong deleted the bugfix/mysql-mixed-case-colums-fail-during-upgrade branch March 2, 2020 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants