Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN commit, trunk: BUG#323897, 335464 - Derby pagination and sequencing

SVN commit, trunk: BUG#323897, 335464 - Derby pagination and sequencing

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=323897

 

Adds pagination and sequencing support to DerbyPlatform.  Thank you to A. Bargull for submitting the Derby sequencing patch.

 

Changes:

- Added sequence support for Derby (Derby added this as of 10.6) *** You must upgrade to Derby 10.6 or greater to run tests that use sequencing successfully.

- Added pagination support for Derby.

- Added fix to rollbackTransaction, was causing Derby test failures.

- Added fix to unwrapping JDBC Connection in JPA to support external connection pooling.

 

Code Review: Andrei (pending)

 


Back to the top