Skip to content

Tags: mduesterhoeft/jOOQ

Tags

version-3.7.0

Toggle version-3.7.0's commit message
Release 3.7.0

version-3.6.4

Toggle version-3.6.4's commit message
Version 3.6.3 - September 18, 2015

================================================================================

This is a patch release with some useful fixes for the 3.6 branch

Bug Fixes
---------
jOOQ#4583 - JavaWriter uses regex syntax unsupported in Java <1.8
jOOQ#4584 - SQL comments with javadoc terminators break generated code

version-3.6.3

Toggle version-3.6.3's commit message
Version 3.6.3 - September 18, 2015

================================================================================

This is a patch release with some useful fixes for the 3.6 branch

Features and Improvements
-------------------------
jOOQ#4513 - Log a warning when a user accidentally sets the fetchSize with autoCommit == true in PostgreSQL

Bug Fixes
---------
jOOQ#4230 - ScalaGenerator generates unneeded imports
jOOQ#4356 - Regression with <schemaVersionProvider/> caused by formatting of @generated annotation
jOOQ#4361 - DSL.timestamp() generates wrong output in SQLite
jOOQ#4368 - Wrong implementation of MergeImpl.andNot(Field<Boolean>) and orNot(Field)
jOOQ#4373 - UDTRecord is not "attached" when fetched from standalone stored function call
jOOQ#4377 - DefaultTransactionProvider should not cache Connection instance
jOOQ#4382 - No enums generated in MySQL when <forcedType/> contains  matcher
jOOQ#4386 - Missing @Support annotation in MySQLDSL
jOOQ#4392 - Example exception translator should only translate SQLException
jOOQ#4410 - Bad syntax generated for MySQL's ALTER TABLE .. SET DEFAULT statement
jOOQ#4414 - DSLContext.meta().getTables() returns empty fields list for table that are not in the current schema in MySQL
jOOQ#4433 - Fix routine parameter code generation for types with a binding
jOOQ#4441 - fetchMany() doesn't work with CUBRID
jOOQ#4445 - CUBRID doesn't support savepoints
jOOQ#4449 - Empty GROUP BY () clause emulation fails in CUBRID
jOOQ#4452 - UDTRecord.toString() doesn't correctly serialise attribute values
jOOQ#4482 - Missing parentheses when DSL.dateDiff(d1, d2) or timestampDiff(d1, d2) renders "d1 - d2"
jOOQ#4491 - Record not attached to Configuration yet, when RecordListener.exception() is called
jOOQ#4519 - Wrapping condition as field should produce parentheses
jOOQ#4521 - TableOnStep.onKey() generates wrong join condition when left-hand side contains aliases
jOOQ#4527 - ScalaGenerator generates broken code when using xxxImplements
jOOQ#4532 - Generated schema and generated Sequences classes import eachother, which generates warnings (unused import)
jOOQ#4541 - Performance of org.jooq.impl.Fields.field(Field) could be improved heavily, if checking for identity first
jOOQ#4546 - Error generating code for Oracle Package in Oracle 10g
jOOQ#4548 - Package is not generated when an exception is thrown
jOOQ#4560 - DSLContext#batch(Query) silently discards queries
jOOQ#4564 - Incorrect Javadoc on DefaultRecordMapper claims that only public members / methods are considered

push

Toggle push's commit message
Version 3.6.3 - September 18, 2015

================================================================================

This is a patch release with some useful fixes for the 3.6 branch

Features and Improvements
-------------------------
jOOQ#4513 - Log a warning when a user accidentally sets the fetchSize with autoCommit == true in PostgreSQL

Bug Fixes
---------
jOOQ#4230 - ScalaGenerator generates unneeded imports
jOOQ#4356 - Regression with <schemaVersionProvider/> caused by formatting of @generated annotation
jOOQ#4361 - DSL.timestamp() generates wrong output in SQLite
jOOQ#4368 - Wrong implementation of MergeImpl.andNot(Field<Boolean>) and orNot(Field)
jOOQ#4373 - UDTRecord is not "attached" when fetched from standalone stored function call
jOOQ#4377 - DefaultTransactionProvider should not cache Connection instance
jOOQ#4382 - No enums generated in MySQL when <forcedType/> contains  matcher
jOOQ#4386 - Missing @Support annotation in MySQLDSL
jOOQ#4392 - Example exception translator should only translate SQLException
jOOQ#4410 - Bad syntax generated for MySQL's ALTER TABLE .. SET DEFAULT statement
jOOQ#4414 - DSLContext.meta().getTables() returns empty fields list for table that are not in the current schema in MySQL
jOOQ#4433 - Fix routine parameter code generation for types with a binding
jOOQ#4441 - fetchMany() doesn't work with CUBRID
jOOQ#4445 - CUBRID doesn't support savepoints
jOOQ#4449 - Empty GROUP BY () clause emulation fails in CUBRID
jOOQ#4452 - UDTRecord.toString() doesn't correctly serialise attribute values
jOOQ#4482 - Missing parentheses when DSL.dateDiff(d1, d2) or timestampDiff(d1, d2) renders "d1 - d2"
jOOQ#4491 - Record not attached to Configuration yet, when RecordListener.exception() is called
jOOQ#4519 - Wrapping condition as field should produce parentheses
jOOQ#4521 - TableOnStep.onKey() generates wrong join condition when left-hand side contains aliases
jOOQ#4527 - ScalaGenerator generates broken code when using xxxImplements
jOOQ#4532 - Generated schema and generated Sequences classes import eachother, which generates warnings (unused import)
jOOQ#4541 - Performance of org.jooq.impl.Fields.field(Field) could be improved heavily, if checking for identity first
jOOQ#4546 - Error generating code for Oracle Package in Oracle 10g
jOOQ#4548 - Package is not generated when an exception is thrown
jOOQ#4560 - DSLContext#batch(Query) silently discards queries
jOOQ#4564 - Incorrect Javadoc on DefaultRecordMapper claims that only public members / methods are considered

version-3.6.2

Toggle version-3.6.2's commit message
Version 3.6.2

version-3.6.1

Toggle version-3.6.1's commit message
Version 3.6.1

version-3.6.0

Toggle version-3.6.0's commit message
Version 3.6.0

version-3.5.4

Toggle version-3.5.4's commit message
Version 3.5.4 - April 01, 2015

================================================================================

This is a patch release with some useful fixes for the 3.5 branch

Bug fixes
---------
jOOQ#4093 - Typo in Javadoc on DataType.asConvertedDataType()
jOOQ#4096 - jooq-meta-3.5.2.xsd doesn't specify the right namespaces
jOOQ#4100 - Use "&lt;" for "<" and "&gt;" for ">" in javadoc
jOOQ#4114 - Compilation error when a stored procedure has a parameter named
"value" and the generator strategy generates lower case literals
jOOQ#4117 - Invalid SQL generated when using UNSIGNED data types with MySQL
DDL statements
jOOQ#4134 - No milliseconds value when reading Timestamp values from SQLite
jOOQ#4147 - SQLDialectNotSupportedException: ARRAY TABLE is not supported for
SQL99
jOOQ#4157 - Package procedures without arguments are not generated in Oracle
12c
jOOQ#4160 - SQL generated by DSL.dateAdd() is invalid for certain dates in
Oracle
jOOQ#4167 - Trial version stops working

version-3.5.3

Toggle version-3.5.3's commit message
Release 3.5.3

version-3.4.5

Toggle version-3.4.5's commit message
Release 3.4.5