-
Notifications
You must be signed in to change notification settings - Fork 62
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
getDirtyPropertyNames() returns all HstoreMapType fields, even if not dirty #96
Comments
Could you please create a sample application that reproduces the issue, upload to github and post here the link? |
I'm seeing the same problem also with the just run it and hit the http://localhost:8080/testDomain/index URL then observe the console. PS2. |
I don't know the internals of how dirty checking works but in the plugin we don't do anything special to support it. Actually we never thought about it. I haven't used postgres in a while and I don't have enough spare time at this moment so I'm afraid I won't be able to try to fix this. If you have some time and want to send a PR that fixes this I'll make a new release. |
Merged PR #104 |
Released version |
Released also version |
prints all HstoreMapType fields, even if none has been updated.
I am using org.grails.plugins:postgresql-extensions:4.6.6 with Grails 3.1.6.
Thanks for your support,
Adrien
The text was updated successfully, but these errors were encountered: