-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[536] SchemaMigrator support for PostgreSQL
[536] Correct order of arguments to TestContext#assertEquals [536] : Change SQL keywords to lowercase [536] Encapsulate extraction methods into ReactiveExtractionTool [536] : Added Javodoc, made minor changes to sych up with ORM, changed more SQL keywords that were upper-case to lower-case [536] : Use org.hibernate.reactive.pool.impl.Parameters#process for dialect-specific parameter placeholders [536] : Add a method for non-standard information_schema.columns column name used by PostgreSQL [536] Change `ResultSetAdapter#getLong(String)` to be convert String to Long [536] Change `ResultSetAdapter#getLong(String)` to throw the original exception if the value is neither a long nor a String that can be parsed as a long. [913] SchemaMigrator/SchemaValidator support for CockroachDB [536] [913] Comment out settings in gradle.properties [910] SchemaMigrator/SchemaValidator support for MySQL [910] Fix off-by-one bug in ResultSetAdaptor#getXXX(int columnIndex) methods [910] SchemaMigrator/SchemaValidator support for MariaDB [910] Improve Javadoc; simplify MySqlReactiveInformationExtractorImpl methods [536] Disable SQL logging attempt to fix CI build
- Loading branch information
Showing
21 changed files
with
2,408 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.