Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-2207

Problems with numeric column name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 1.0.0, 2.2.0
    • 1.2.3
    • None
    • None

    Description

      When a numeric column name is specified with a single number (ex: "1"), incorrect sql is generated. The sql is supposed to have a single set of double quotes around the name. Different incorrect sql is generated, depending on the release. For JPA 1.0 releases, there are no quotes (ex: 1). For JPA 2.0 releases, there are 2 sets of double quotes (ex: ""1""). This problem appears to exist for other DB identifiers also.

      Attachments

        Activity

          People

            dianner Dianne E. Richards
            dianner Dianne E. Richards
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: