Skip to content

Support float[] for Postgres #1046

@schauder

Description

@schauder

As pointed out in #1037 (comment) float arrays don't work properly with Postgres.

This is actually a two part problem.
One is that writing doesn't work because Postgres requires a special type representation, when writing arrays of floats.
That issue will be resolved by 9f0ada5
The other problem is that loading that array again results in a List of double instead of float.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions