You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Thomas Fox (JIRA)" <ji...@apache.org> on 2012/10/28 21:47:12 UTC

[jira] [Created] (TORQUE-240) Java name creation for qualified table names

Thomas Fox created TORQUE-240:
---------------------------------

             Summary: Java name creation for qualified table names
                 Key: TORQUE-240
                 URL: https://issues.apache.org/jira/browse/TORQUE-240
             Project: Torque
          Issue Type: Improvement
          Components: Templates
    Affects Versions: 4.0-beta1
            Reporter: Thomas Fox
             Fix For: 4.0-beta2


Currently, if table names are prefixed with a dot in the schema (e.g. bookstore.book), the java name is computed from both names (e.g. Bookstorebook)
a) There should be an option which tells the generator whethet to use the schema name (e.g. bookstore) at all for java name generation. This option should be set such that the schema name s NOT used per default.
b) if the schema name is used, the . should trigger a uppercase letter for the table name (i.e. BookstoreBook not Bookstorebook)

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


[jira] [Resolved] (TORQUE-240) Java name creation for qualified table names

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

Thomas Fox resolved TORQUE-240.
-------------------------------

    Resolution: Fixed
    
> Java name creation for qualified table names
> --------------------------------------------
>
>                 Key: TORQUE-240
>                 URL: https://issues.apache.org/jira/browse/TORQUE-240
>             Project: Torque
>          Issue Type: Improvement
>          Components: Templates
>    Affects Versions: 4.0-beta1
>            Reporter: Thomas Fox
>             Fix For: 4.0-beta2
>
>
> Currently, if table names are prefixed with a dot in the schema (e.g. bookstore.book), the java name is computed from both names (e.g. Bookstorebook)
> a) There should be an option which tells the generator whethet to use the schema name (e.g. bookstore) at all for java name generation. This option should be set such that the schema name s NOT used per default.
> b) if the schema name is used, the . should trigger a uppercase letter for the table name (i.e. BookstoreBook not Bookstorebook)

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


[jira] [Assigned] (TORQUE-240) Java name creation for qualified table names

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

Thomas Fox reassigned TORQUE-240:
---------------------------------

    Assignee: Thomas Fox
    
> Java name creation for qualified table names
> --------------------------------------------
>
>                 Key: TORQUE-240
>                 URL: https://issues.apache.org/jira/browse/TORQUE-240
>             Project: Torque
>          Issue Type: Improvement
>          Components: Templates
>    Affects Versions: 4.0-beta1
>            Reporter: Thomas Fox
>            Assignee: Thomas Fox
>             Fix For: 4.0-beta2
>
>
> Currently, if table names are prefixed with a dot in the schema (e.g. bookstore.book), the java name is computed from both names (e.g. Bookstorebook)
> a) There should be an option which tells the generator whethet to use the schema name (e.g. bookstore) at all for java name generation. This option should be set such that the schema name s NOT used per default.
> b) if the schema name is used, the . should trigger a uppercase letter for the table name (i.e. BookstoreBook not Bookstorebook)

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org