Skip to content

Serialization of List of objects in PGSQL is wrong #2061

@robfrank

Description

@robfrank

After this #2017 arrays/collections are serialized in a different way.

A query like:

SELECT FROM schema:types

return a field called "properties" that is a collection of Result.
the new serializations concatenates Result.toString() in a single string.
the Result.toString() was meant for logging/output, not serialization.

AC

the resulting serialization should be useful on the client side and consistent among every type/document

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions