Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enum and Guid properties are not stored and retrieved properly #156

Open
bilalhaider opened this issue Dec 30, 2017 · 0 comments
Open

Enum and Guid properties are not stored and retrieved properly #156

bilalhaider opened this issue Dec 30, 2017 · 0 comments

Comments

@bilalhaider
Copy link

bilalhaider commented Dec 30, 2017

EnumFieldMapping and GuidFieldMapping implement MapToNamedField as if the values retrieved from the database would be string but these do not override the MapToDocument and use the base method (which does not convert the values into string). MapToDocument should be overridden which should convert the values into string first.

@bilalhaider bilalhaider changed the title Enum properties are not stored and retrieved properly Enum and Guid properties are not stored and retrieved properly Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant