[teiid-issues] [JBoss JIRA] (TEIID-5528) Implement insert handling of arrays in PostgreSQL

Vojtech Kolacek (Jira) issues at jboss.org
Wed Nov 7 03:49:00 EST 2018


Vojtech Kolacek created TEIID-5528:
--------------------------------------

             Summary: Implement insert handling of arrays in PostgreSQL
                 Key: TEIID-5528
                 URL: https://issues.jboss.org/browse/TEIID-5528
             Project: Teiid
          Issue Type: Feature Request
    Affects Versions: 11.2
            Reporter: Vojtech Kolacek
            Assignee: Steven Hawkins


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}')



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the teiid-issues mailing list