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

Steven Hawkins (Jira) issues at jboss.org
Mon Nov 12 09:50:00 EST 2018


     [ https://issues.jboss.org/browse/TEIID-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on TEIID-5528 started by Steven Hawkins.
---------------------------------------------
> 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
>            Priority: Major
>
> 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