-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
Description
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.