Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed May 25, 2013
1 parent bfbfc73 commit 375550b
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 0 deletions.
29 changes: 29 additions & 0 deletions jOOQ-release/release/template/RELEASENOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,35 @@ http://www.jooq.org/notes.php
For a text version, see
http://www.jooq.org/inc/RELEASENOTES.txt

Version 3.0.1 - May 25, 2013
================================================================================

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

Bug fixes
---------
#2323 - NullPointerException when calling Schema.getTables() on a meta schema
with SQLite
#2401 - Bad package name generated when <packageName/> contents are not trimmed
#2413 - Suppress warnings in generated code (@SuppressWarnings("all") doesn't
suppress "rawtypes" warnings with javac)
#2418 - RenderContext.data() is not passed on to QueryParts when being rendered
#2424 - Integration-test jOOQ with the SQLite xerial driver
#2432 - Manual refers to a package-private DefaultConfiguration constructor
#2445 - JDBCDatabase doesn't recognise Oracle's VARCHAR2 data type (and other
vendor-specific data types)
#2447 - Tables collected through DSLContext.meta() return duplicate columns if
multi-schema environments contain identical tables
#2448 - DSLContext.meta() returns Table objects for Oracle SYNONYMS, without
providing columns
#2449 - JDBCDatabase doesn't use DataType.length(), precision(), and scale()
#2450 - Cannot set precision on TINYINT, SMALLINT, INT, BIGINT data types
#2464 - Bad SQL rendered from DELETE statements with aliased tables
#2469 - NullPointerException in AbstractResultQuery.fetchOneMap()
#2477 - MySQL's unsigned types cannot be used in other dialects
#2478 - IngresDatabase erroneously joins IIINDEXES to get constraint columns,
rather than using IIKEYS

Version 3.0.0 - April 28, 2013
================================================================================

Expand Down
29 changes: 29 additions & 0 deletions jOOQ-website/inc/RELEASENOTES-3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,35 @@ http://www.jooq.org/notes.php
For a text version, see
http://www.jooq.org/inc/RELEASENOTES.txt

Version 3.0.1 - May 25, 2013
================================================================================

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

Bug fixes
---------
#2323 - NullPointerException when calling Schema.getTables() on a meta schema
with SQLite
#2401 - Bad package name generated when <packageName/> contents are not trimmed
#2413 - Suppress warnings in generated code (@SuppressWarnings("all") doesn't
suppress "rawtypes" warnings with javac)
#2418 - RenderContext.data() is not passed on to QueryParts when being rendered
#2424 - Integration-test jOOQ with the SQLite xerial driver
#2432 - Manual refers to a package-private DefaultConfiguration constructor
#2445 - JDBCDatabase doesn't recognise Oracle's VARCHAR2 data type (and other
vendor-specific data types)
#2447 - Tables collected through DSLContext.meta() return duplicate columns if
multi-schema environments contain identical tables
#2448 - DSLContext.meta() returns Table objects for Oracle SYNONYMS, without
providing columns
#2449 - JDBCDatabase doesn't use DataType.length(), precision(), and scale()
#2450 - Cannot set precision on TINYINT, SMALLINT, INT, BIGINT data types
#2464 - Bad SQL rendered from DELETE statements with aliased tables
#2469 - NullPointerException in AbstractResultQuery.fetchOneMap()
#2477 - MySQL's unsigned types cannot be used in other dialects
#2478 - IngresDatabase erroneously joins IIINDEXES to get constraint columns,
rather than using IIKEYS

Version 3.0.0 - April 28, 2013
================================================================================

Expand Down
29 changes: 29 additions & 0 deletions jOOQ-website/inc/RELEASENOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,35 @@ http://www.jooq.org/notes.php
For a text version, see
http://www.jooq.org/inc/RELEASENOTES.txt

Version 3.0.1 - May 25, 2013
================================================================================

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

Bug fixes
---------
#2323 - NullPointerException when calling Schema.getTables() on a meta schema
with SQLite
#2401 - Bad package name generated when <packageName/> contents are not trimmed
#2413 - Suppress warnings in generated code (@SuppressWarnings("all") doesn't
suppress "rawtypes" warnings with javac)
#2418 - RenderContext.data() is not passed on to QueryParts when being rendered
#2424 - Integration-test jOOQ with the SQLite xerial driver
#2432 - Manual refers to a package-private DefaultConfiguration constructor
#2445 - JDBCDatabase doesn't recognise Oracle's VARCHAR2 data type (and other
vendor-specific data types)
#2447 - Tables collected through DSLContext.meta() return duplicate columns if
multi-schema environments contain identical tables
#2448 - DSLContext.meta() returns Table objects for Oracle SYNONYMS, without
providing columns
#2449 - JDBCDatabase doesn't use DataType.length(), precision(), and scale()
#2450 - Cannot set precision on TINYINT, SMALLINT, INT, BIGINT data types
#2464 - Bad SQL rendered from DELETE statements with aliased tables
#2469 - NullPointerException in AbstractResultQuery.fetchOneMap()
#2477 - MySQL's unsigned types cannot be used in other dialects
#2478 - IngresDatabase erroneously joins IIINDEXES to get constraint columns,
rather than using IIKEYS

Version 3.0.0 - April 28, 2013
================================================================================

Expand Down

0 comments on commit 375550b

Please sign in to comment.