Incorrect Oracle CREATE TABLE DDL for XML column
------------------------------------------------
Key: OPENJPA-1461
URL: https://issues.apache.org/jira/browse/OPENJPA-1461
Project: OpenJPA
Issue Type: Bug
Components: jdbc
Affects Versions: 2.0.0
Reporter: Catalina Wei
Assignee: Catalina Wei
A regression is found that the DDL for XML type is incorrectly generated for
Oracle backend as:
CREATE TABLE abc (id string, .... xmldata XMLType(255))
correct DDL for xmldata should be
CREATE TABLE abc(id string, ... xmldata XMLType)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.