-
Notifications
You must be signed in to change notification settings - Fork 125
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
Encryption of boolean false values returns nil #754
Comments
Nice find. I've prepared a failing test case for it and I could confirm the issue.
|
mpraglowski
added a commit
that referenced
this issue
Aug 19, 2020
mpraglowski
added a commit
that referenced
this issue
Aug 19, 2020
During encryption boolean values set to false have been replaced by nils - that caused the value set to nil in decrypted domain event.
Fixed and released in 1.1.1 |
Thanks for the quick fix 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys.
I am using the encryption mapper, and noticed that when encrypting boolean false values it returns nil when decrypting. Have you come across this issue before?
The text was updated successfully, but these errors were encountered: