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/09/07 09:43:10 UTC

[jira] [Created] (RAVE-254) Rename table "user" because it can be a reserved word

Rename table "user" because it can be a reserved word
-----------------------------------------------------

                 Key: RAVE-254
                 URL: https://issues.apache.org/jira/browse/RAVE-254
             Project: Rave
          Issue Type: Sub-task
            Reporter: Jasha Joachimsthal
            Assignee: Jasha Joachimsthal


In Postgres "user" is a reserved word. o.a.r.portal.model.User tries to create a table by this name.
http://www.postgresql.org/docs/9.0/interactive/sql-keywords-appendix.html

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

        

[jira] [Resolved] (RAVE-254) Rename table "user" because it can be a reserved word

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

Jasha Joachimsthal resolved RAVE-254.
-------------------------------------

    Resolution: Fixed

Changed the table name to raveuser

> Rename table "user" because it can be a reserved word
> -----------------------------------------------------
>
>                 Key: RAVE-254
>                 URL: https://issues.apache.org/jira/browse/RAVE-254
>             Project: Rave
>          Issue Type: Sub-task
>            Reporter: Jasha Joachimsthal
>            Assignee: Jasha Joachimsthal
>             Fix For: 0.4-INCUBATING
>
>
> In Postgres "user" is a reserved word. o.a.r.portal.model.User tries to create a table by this name.
> http://www.postgresql.org/docs/9.0/interactive/sql-keywords-appendix.html

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