Not able to store UUID type in mongo out of the Box #31
Replies: 4 comments 6 replies
-
Could you provide an example of your data model that you are trying to achieve it with? |
Beta Was this translation helpful? Give feedback.
-
Hi, same here when add custom field with UUID and then try to find by field and UUID value:
|
Beta Was this translation helpful? Give feedback.
-
Looks like this is a bug specific to |
Beta Was this translation helpful? Give feedback.
-
I did a release. The error should disappear in version |
Beta Was this translation helpful? Give feedback.
-
I am trying to store UUID in Mongo as JUUID but somehow in the mongo4cats library, I am not able to do this by default and it always ends up as a string. I am already specifying the codec from the mong driver in the client when initializing the Mongo client.
Is this something that is supported out of the box I am not able to do this.
Can someone please help and guide me to a sample code or documentation for achieving my use case?
Beta Was this translation helpful? Give feedback.
All reactions