Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN main commit: bug #218233 - db2 pagination, bug 262889 db2 sequencing

SVN main  commit: bug #218233 - db2 pagination, bug 262889 db2 sequencing

 

Adds pagination and sequencing support to db2 platform.

 

Changes:

- Added conversion support for direct-collection mappings to QueryKeyExpression, DirectCollectionMapping.

- Set max unique constraint size on DB2Platform.

- Added pagination and sequencing support to db2 platform.

- Fixed allow null on InheritedTableCreator.

- Fixed foreign key constraint names to be <= 18 for private-owned, orphan removal, composite-pk models.

- Add select-for-update check to locking test.

- Set type in criteria parameters to enable casting.

 


Back to the top