Skip to content

ODM composite key support #98

@stephpy

Description

@stephpy

Look at #96

Hi, i saw there is an issue on TimelineBundle ODM with new versions of doctrine mongo ODM Bundle since they change behavior of hash field type.

First behavior was like ORM. You set a STRING identifer (ABCD), it'll store a serialization of that. You set an ARRAY identifier (for composite keys), it'll serialize it too.

Setting this as string is great but you'll have to make some changes to supports composite keys.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions