Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-5528

Implement insert handling of arrays in PostgreSQL

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 12.0
    • 11.2
    • None
    • None

    Description

      Insert handling of arrays is missing for PostgreSQL, e.g.
      INSERT INTO "public"."form_formname" ("booltest") VALUES ((true, false, true, false))
      is not being translated to
      INSERT INTO "public"."form_formname" ("booltest") VALUES ('

      {true, false, true, false}

      ')

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-shawkins Steven Hawkins
              woko_jira Vojtech Kolacek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: