Skip to content

Commit

Permalink
Release 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed May 13, 2016
1 parent fb349dc commit 53b65a5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions jOOQ-release/release/template/RELEASENOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ http://www.jooq.org/notes
For a text version, see
http://www.jooq.org/inc/RELEASENOTES.txt

Version 3.8.1 - May 13, 2016
================================================================================

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

Features and Improvements
-------------------------
#5248 - Deprecate SQLDialect.POSTGRESPLUS


Breaking changes
----------------
#5235 - Remove DSL.field(Row[N]) to speed up client side compilation time


Bug Fixes
---------
#5237 - Cannot select null values for enums
#5250 - Bad inlining of Double.NaN in PostgreSQL
#5252 - Oracle PIPELINED functions in packages are erroneously reported as AGGREGATE functions by the code generator
#5258 - DAO.delete() should delete via UpdatableRecord.delete(), not via a bulk delete
#5261 - Wrong update count when running UPDATE .. RETURNING in PostgreSQL and Firebird


Version 3.8.0 - May 03, 2016
Expand Down

0 comments on commit 53b65a5

Please sign in to comment.