Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN main commit: Bug#305908, 296281, 297080, 297093, 258221, PostgreSQL, DB2, Derby failures

SVN main commit: Bug#305908, 296281, 297080, 297093, 258221, PostgreSQL, DB2, Derby failures

 

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

 

 

Fixed a bunch of test failures from PostgreSQL, DB2, Derby platforms.

 

Changes:

- Added generics to Project and Session variables

- Changed toNumber test to convert a String to number (instead of a number to number)

- Changed testing tool logging to not log thread info unless finest

- Added type initialization for MapKey and AggregateCollection, type was getting defaulted to String, given bad DDL and incorrect typing

- Removed dead MapKey code in mappings

- Fixed trim function in DB2

- Fixed locate function in Postgres

- Added session default timeout to Session interface

- Disable session default timeout for Postgres

- Avoid distinct JPQL test on Derby

 


Back to the top