Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

mutli-valued property implementation needs GROUP BY #28

@ehedgehog

Description

@ehedgehog

When there are multi-valued properties in the dataset, the conversion of result sets to JSON relies on all rows with a specific ?item being together. This requires a SORT that orders on ?item or a GROUP BY likewise. The code has neither.

See also issue #29.

Metadata

Metadata

Assignees

No one assigned

    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