You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Jasha Joachimsthal (JIRA)" <ji...@apache.org> on 2011/08/30 15:59:37 UTC

[jira] [Created] (RAVE-225) Add widget form allows larger description size than database

Add widget form allows larger description size than database
------------------------------------------------------------

                 Key: RAVE-225
                 URL: https://issues.apache.org/jira/browse/RAVE-225
             Project: Rave
          Issue Type: Bug
            Reporter: Jasha Joachimsthal


The default size of a description field in the H2 database is 255 characters. The validation of the form doesn't check for the input size. Submitting a larger description leads to a database exception.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (RAVE-225) Add widget form allows larger description size than database

Posted by "Jasha Joachimsthal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RAVE-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jasha Joachimsthal resolved RAVE-225.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4-INCUBATING

Changed the column into a Lob so it can handle > 255 chars 

> Add widget form allows larger description size than database
> ------------------------------------------------------------
>
>                 Key: RAVE-225
>                 URL: https://issues.apache.org/jira/browse/RAVE-225
>             Project: Rave
>          Issue Type: Bug
>            Reporter: Jasha Joachimsthal
>             Fix For: 0.4-INCUBATING
>
>
> The default size of a description field in the H2 database is 255 characters. The validation of the form doesn't check for the input size. Submitting a larger description leads to a database exception.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira