We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently equals does not work correctly on entities with nullable properties.
This is a side-effect of inconsistency when populating the values map in EntityImplementation:
Therefore for an entity declared as E(A, B, C?): if we do :
Then we get
The text was updated successfully, but these errors were encountered:
Issue kotlin-orm#466 - Consistent updates of nullable properties
186a012
a109f93
5f34ee7
No branches or pull requests
Currently equals does not work correctly on entities with nullable properties.
This is a side-effect of inconsistency when populating the values map in EntityImplementation:
Therefore for an entity declared as E(A, B, C?):
if we do :
Then we get
The text was updated successfully, but these errors were encountered: