[ 
https://issues.apache.org/jira/browse/JENA-401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13584154#comment-13584154
 ] 

Simon IJskes commented on JENA-401:
-----------------------------------

workaround:

sdb.ttl:
#    sdb:sdbName      "tmp/SDB2" ;   # Location of the database
    sdb:sdbName      "tmp/SDB2;sql.enforce_size=false" ;   # Location of the 
database

                
> length must be specified in type definition: VARCHAR
> ----------------------------------------------------
>
>                 Key: JENA-401
>                 URL: https://issues.apache.org/jira/browse/JENA-401
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: SDB
>    Affects Versions: SDB 1.3.5
>         Environment: hsqldb version 2.2.9
>            Reporter: Simon IJskes
>            Priority: Minor
>
> 2013-02-22T11:24:52.957+0100  WARNING  exec: SQLException
> length must be specified in type definition: VARCHAR
> CREATE TABLE Prefixes (
>     prefix  VARCHAR NOT NULL,
>     uri     VARCHAR NOT NULL,
>     PRIMARY KEY  (prefix)
> )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to