Data Store: DB2 fails to create the table
-----------------------------------------
Key: JCR-1566
URL: https://issues.apache.org/jira/browse/JCR-1566
Project: Jackrabbit
Issue Type: Bug
Components: jackrabbit-core
Reporter: Esteban Franqueiro
DB2 throws an exception(1) when creating the table. The correct SQL sentence to
create it is:
createTable=CREATE TABLE ${tablePrefix}${table}(ID VARCHAR(255) PRIMARY KEY NOT
NULL, LENGTH BIGINT, LAST_MODIFIED BIGINT, DATA BLOB(1000M))
(1): Sorry but I don't have the exception information since I made this change
a few weeks ago.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.