-
Feature Request
-
Resolution: Done
-
Major
-
11.2
-
None
-
None
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 ('
')
- relates to
-
TEIID-5539 HierarchyVisitor does not visit array expressions
- Resolved