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

[910] SchemaMigrator/SchemaValidator support for MySQL and MariaDB #940

Closed
wants to merge 12 commits into from

Conversation

@gbadner gbadner changed the title [910] SchemaMigrator/SchemaValidator support for MySQL [910] SchemaMigrator/SchemaValidator support for MySQL and MariaDB Aug 19, 2021
@gbadner
Copy link
Contributor Author

gbadner commented Aug 19, 2021

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
Copy link
Contributor Author

gbadner commented Aug 19, 2021

I forgot to say "thank you" to @blafond for helping to get things started with supporting MariaDB.

Thanks @blafond!

@gavinking
Copy link
Member

@gbadner OK I guess we were never using lookup by column index before so I suppose that's correct.

@gbadner
Copy link
Contributor Author

gbadner commented Aug 24, 2021

Pushed a commit to improve Javadoc and simplify MySqlReactiveInformationExtractorImpl methods

@gbadner gbadner marked this pull request as ready for review August 24, 2021 02:27
@gavinking
Copy link
Member

@gbadner could you please rebase this on the latest main branch, which now depends on the latest ORM (which includes your work over there).

@gbadner
Copy link
Contributor Author

gbadner commented Aug 30, 2021

I've merged the commits from this PR into #903, so closing this PR.

@gbadner gbadner closed this Aug 30, 2021
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

Successfully merging this pull request may close these issues.

2 participants