Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check-in Bug 288715 - Creation of Indices in SchemaManager + other fixes for SymfowarePlatform support

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

Integrated a subset of the changes.  The following have not been integrated:

1. isSymfowarePlatform() and references to it - these will have to wait until
the actual SymfowarePlatform is distributed as part of the product
2. Changes in default name of SEQUENCE table for deployment and sessions.xml.
-These have to high a backward compatibility risk since some DBs will not
support quoted identifiers or will use an identifier other that double quote.
We will have to address any issues we come across related to this in testing
within the test framework

Review - Tom Ware reviewed for contributer, Dies Koper

Testing:

Full Core and JPA test models have been run against the changes on Oracle
JPA test model has been run on SQL server
Other platforms will be picked up by our QA runs

Tests for added functionality are left to be tested as part of Symfoware
platform testing

Leaving bug open until SymfowarePlatform is complete


Back to the top