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: [email protected]
For additional commands, e-mail: [email protected]