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

retrieveByPK uses name instead of javaName

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.3
    • 3.3
    • Generator
    • None

    Description

      If you have a column definition like:

      <column name="class" javaName="aClass" primaryKey="true" required="true" size="30" type="VARCHAR"/>

      the generator creates retrieveByPK method with a parameter called "class" instead of "aClass". This is unexpected.

      Attachments

        1. patch.txt
          2 kB
          Thoralf Rickert

        Activity

          People

            tv Thomas Vandahl
            trickert Thoralf Rickert
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: