Community
Participate
Working Groups
Build Identifier: 4.0.1.v20110818-0735 I'm trying to use OracleSQLAdapter from bug 270428, but run into problem with org.eclipse.emf.cdo.server.internal.db.CDODBSchema#LOB_SIZE since the name of the field is 'size' which is illegal on Oracle. Adding 'SIZE' into list of strings returned by getReserwedWords() does not help since this name is hard coded. I have changed it to 'lob_size' which is fine. Reproducible: Always Steps to Reproduce: Try to create schema in Oracle.
duplicate of bug 344232
Moving all open issues to 4.2. Open bugs can be ported to 4.1 maintenance after they've been fixed in master.
Bug 344232 renames the column to "lsize". *** This bug has been marked as a duplicate of bug 344232 ***