Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-1682

PhoenixRuntime.getTable() does not work with case-sensitive table names

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.2.0
    • 4.4.0, 4.3.2
    • None

    Description

      PhoenixRuntime.getTable(conn, name) assumes name is a single component because it calls SchemaUtil.normalizeIdentifier(name) on the whole thing, without breaking up name into table name and schema name components. In cases where a table is case sensitive (created with schemaName."tableName") this will result in getTable not finding the table.

      Attachments

        Issue Links

          Activity

            People

              ivanweiss Ivan Weiss
              elilevine Eli Levine
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: