Uploaded image for project: 'Torque'
  1. Torque
  2. TORQUE-240

Java name creation for qualified table names

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0-beta1
    • 4.0
    • Templates
    • None

    Description

      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)

      Attachments

        Activity

          People

            tfischer Thomas Fox
            tfischer Thomas Fox
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: