-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
================================================================================ This is a patch release with some useful fixes for the 3.4 branch Bug fixes --------- jOOQ#3392 - Call setAccessible(true) only if really needed jOOQ#3400 - ALTER TABLE generates invalid syntax on Firebird when data types are nullable jOOQ#3402 - Wrong character length generated by jOOQ for Firebird jOOQ#3408 - Remove the default log4j.xml configuration file from the maven plugin again jOOQ#3413 - Oracle generated ArrayRecords cannot be constructed through reflection if deprecated flag is set to off jOOQ#3420 - NullPointerException when generating code for Oracle AQ Tables jOOQ#3430 - JDBC escape syntax is not correctly rendered from plain SQL jOOQ#3437 - QualifiedField does not respect RenderContext.qualify() jOOQ#3445 - Cannot run Maven code generator with professional edition jOOQ#3450 - Backslashes in SQL comments don't get escaped jOOQ#3455 - UPDATE .. FROM statement renders incorrect SQL for derived tables or aliased tables jOOQ#3456 - Name clash in generated code when Routine argument is called "f" (functions) or "p" (procedures) jOOQ#3462 - Field<Object>.in(Object...) can be called with Select<?> arguments, accidentally jOOQ#3463 - Field.in(...) methods shouldn't return trueCondition() or falseCondition() jOOQ#3473 - java.lang.IllegalArgumentException: Field (null) is not contained in Row jOOQ#3488 - Compilation error in generated code, when a similar tables T_A and TA exist jOOQ#3489 - DefaultTransactionProvider does not call Connection.releaseSavepoint(Savepoint)
- Loading branch information
Showing
55 changed files
with
607 additions
and
202 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 was deleted.
Oops, something went wrong.
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
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.