You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Rainer Döbele (JIRA)" <em...@incubator.apache.org> on 2008/08/29 16:15:44 UTC

[jira] Created: (EMPIREDB-6) Add support for spaces and dashes in table, view and column names

Add support for spaces and dashes in table, view and column names
-----------------------------------------------------------------

                 Key: EMPIREDB-6
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-6
             Project: Empire-DB
          Issue Type: Improvement
          Components: Core
    Affects Versions: empire-db-2.0.4-incubating
            Reporter: Rainer Döbele
            Assignee: Rainer Döbele


All table- view- and column names that contain dashes or spaces need to be quoted.
This has to be implemented for all database drivers, giving the database driver the opportunity to defines further element names that need to be quoted.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (EMPIREDB-6) Add support for spaces and dashes in table, view and column names

Posted by "Rainer Döbele (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rainer Döbele updated EMPIREDB-6:
---------------------------------

    Fix Version/s: empire-db-2.0.4-incubating

> Add support for spaces and dashes in table, view and column names
> -----------------------------------------------------------------
>
>                 Key: EMPIREDB-6
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-6
>             Project: Empire-DB
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: empire-db-2.0.4-incubating
>            Reporter: Rainer Döbele
>            Assignee: Rainer Döbele
>             Fix For: empire-db-2.0.4-incubating
>
>
> All table- view- and column names that contain dashes or spaces need to be quoted.
> This has to be implemented for all database drivers, giving the database driver the opportunity to defines further element names that need to be quoted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (EMPIREDB-6) Add support for spaces and dashes in table, view and column names

Posted by "Rainer Döbele (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rainer Döbele resolved EMPIREDB-6.
----------------------------------

    Resolution: Fixed

Resolfed and tested.

> Add support for spaces and dashes in table, view and column names
> -----------------------------------------------------------------
>
>                 Key: EMPIREDB-6
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-6
>             Project: Empire-DB
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: empire-db-2.0.4-incubating
>            Reporter: Rainer Döbele
>            Assignee: Rainer Döbele
>             Fix For: empire-db-2.0.4-incubating
>
>
> All table- view- and column names that contain dashes or spaces need to be quoted.
> This has to be implemented for all database drivers, giving the database driver the opportunity to defines further element names that need to be quoted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (EMPIREDB-6) Add support for spaces and dashes in table, view and column names

Posted by "Jörg Reiher (JIRA)" <em...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/EMPIREDB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627716#action_12627716 ] 

Jörg Reiher commented on EMPIREDB-6:
------------------------------------

There should also be a list of SQL keywords in general and driver specific ones to check (e.g. "COUNT" for hsqldb) and escape if necessary.

> Add support for spaces and dashes in table, view and column names
> -----------------------------------------------------------------
>
>                 Key: EMPIREDB-6
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-6
>             Project: Empire-DB
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: empire-db-2.0.4-incubating
>            Reporter: Rainer Döbele
>            Assignee: Rainer Döbele
>
> All table- view- and column names that contain dashes or spaces need to be quoted.
> This has to be implemented for all database drivers, giving the database driver the opportunity to defines further element names that need to be quoted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.