Skip to content

HStore{Map,List} don't support NULL values #283

@googleson78

Description

@googleson78

PG's hstore supports having NULL as values. However, this is not supported by postgresql-simple.

Unfortunately this isn't only a parser problem either, as HStore{Map,List} expose their constructor and internals, meaning that it would be a breaking change to make them to hold Map Text (Maybe Text). I guess there should be be a new module and type along the lines of NullableHStore{Map,List} to avoid breakage

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions