-
Notifications
You must be signed in to change notification settings - Fork 92
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
[910] SchemaMigrator/SchemaValidator support for MySQL and MariaDB #940
Conversation
[536] : Added Javodoc, made minor changes to sych up with ORM, changed more SQL keywords that were upper-case to lower-case
…ialect-specific parameter placeholders
…mn name used by PostgreSQL
… exception if the value is neither a long nor a String that can be parsed as a long.
I've added 2 commits: 252e482 fixes an off-by-one bug in `ResultSetAdapter#getXXX(int columnIndex). @gavinking, you should probably look at this one. 11214b9 adds support for MariaDB. It just uses the same code as MySQL. |
@gbadner OK I guess we were never using lookup by column index before so I suppose that's correct. |
Pushed a commit to improve Javadoc and simplify MySqlReactiveInformationExtractorImpl methods |
@gbadner could you please rebase this on the latest main branch, which now depends on the latest ORM (which includes your work over there). |
I've merged the commits from this PR into #903, so closing this PR. |
#910
Requires: