-
Notifications
You must be signed in to change notification settings - Fork 23
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
Automatically register SQL dialect adapters #162
Comments
redcatbear
added a commit
that referenced
this issue
Apr 30, 2019
redcatbear
added a commit
that referenced
this issue
Apr 30, 2019
redcatbear
added a commit
that referenced
this issue
May 3, 2019
redcatbear
added a commit
that referenced
this issue
May 3, 2019
* #45: Rewrote parts of the JDBC adapter to use the new `common` code. * #121: Used new request dispatching from `common` * #123: Improved how schemas identify support for structural elements * #131: Refactored metadata reading * #155: moved property validation logic to dialects * #162: Automatically register SQL dialects.
Closed with #165 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment the SQL dialects are registered "by hand" in the code of the JDBC adapter.
They need to by discovered automatically.
The text was updated successfully, but these errors were encountered: