[
https://issues.apache.org/jira/browse/JCR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594500#action_12594500
]
Esteban Franqueiro commented on JCR-1566:
-----------------------------------------
Thanks Jukka!
I'm on vacations right now, so I can't do much work :)
> 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.