Skip to content

Some map<X>Array not working #20

@momania

Description

@momania

I try to use arrays, and get stuck with using numeric arrays and string arrays. Double arrays work as specified in the test, but numeric, or strings fails with the following error: org.postgresql.util.PSQLException: ERROR: wrong element type

Column definition is a simple:

create table my_table (
    my_strings varchar[],
    my_numeric numeric[]
);

Rings a bell and am I overseeing something, or is this a missing feature? :-)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions