[
https://issues.apache.org/jira/browse/JCR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved JCR-1566.
--------------------------------
Resolution: Fixed
Fix Version/s: core 1.4.4
Fixed as suggested in revision 653362. Merged to the 1.4 branch in revision
653364.
> 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
> Fix For: core 1.4.4
>
>
> 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.