You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to get the mapping working properly for Byte and Float values of the domain class. It maps by default to mongo as a string instead of number. It is even not posible to write a custom Marshaller because it is not taken when the values are mapped or received from Mongo.
Similarly, the enums are mapped as strings. I would appreciate if it would be possible to store the value of enum, we use number id for each enum type.
The text was updated successfully, but these errors were encountered:
Original Reporter: kuceram
Environment: Not Specified
Version: 1.2.0.GA
Migrated From: http://jira.grails.org/browse/GPMONGODB-297
It is not possible to get the mapping working properly for Byte and Float values of the domain class. It maps by default to mongo as a string instead of number. It is even not posible to write a custom Marshaller because it is not taken when the values are mapped or received from Mongo.
Similarly, the enums are mapped as strings. I would appreciate if it would be possible to store the value of enum, we use number id for each enum type.
The text was updated successfully, but these errors were encountered: