Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: Bug#321649 - Postgres case insensitivity, and platform test fixes

SVN trunk commit: Bug#321649 - Postgres case insensitivity, and platform test fixes

 

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

 

This should fix several of the test failures in the database platform test run.

Bugs, 370995, 337143

 

Code review: Chris (pending)

 

Changes:

-          Load server platform with local class loader in addition to application class loader in SessionsFactory (application loader does not work in Glassfish)

-          Check for null in SerializedObjectConverter, to avoid serializing it to bytes.

-          Handle schema in TableCreator for extending table DDL option, if schema match is found, ignore the columns from other schema (fixes failure on DB2)

-          Fixed Vegetable test model to init char field to avoid invalid null ascii character (fails on Posgres)

-          Converted JPA complex aggregate tests to JPA JUnit tests from old framework tests.

-          Fixed JPA inheritance tests from running as old framework tests.

-          Fixed case insensitivity ! to default correctly and to default to true.


Back to the top