Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN commit trunk: Bug#260926 - Sybase test failures

SVN commit trunk: Bug#260926 - Sybase test failures

 

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

 

Fixes failures in JPA tests on Sybase.

 

Code review: Andrei

 

Changes:

- Updated JPA test models to use correct case for table definitions.

- Excluded some tests from Sybase.

- Allowed platform to define if cascade deletes should be supported.

- Emulated locate on Sybase using charindex

- Fix type used for LOB on Sybase platform

- Forced closing of old factories on Sybase when acquiring new factory in JUnitTestCase.

- Made MOD tests run on Sybase and SQL Server.

- Enabled some tests on Sybase.

 


Back to the top