-
Notifications
You must be signed in to change notification settings - Fork 225
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
Allow hstore columns to be represented as ImmutableDictionary<string, string> #1491
Comments
roji
changed the title
Allow hstore columns to be represented as
Allow hstore columns to be represented as ImmutableDictionary<string, string>
Sep 8, 2020
ImmutableDictionary<string, string>
roji
pushed a commit
that referenced
this issue
Sep 8, 2020
@roji my username is a tricky one to spell, but I can definitely leave a comment. :) Thanks! |
Oops sorry :) The important this is that we got there... You can check out #1492 which replaces your PR and is ready to merge, except for needing to depend on a newer Npgsql. |
roji
pushed a commit
to roji/efcore.pg
that referenced
this issue
Sep 13, 2020
roji
pushed a commit
to roji/efcore.pg
that referenced
this issue
Oct 3, 2020
roji
pushed a commit
to roji/efcore.pg
that referenced
this issue
Oct 3, 2020
roji
pushed a commit
to roji/efcore.pg
that referenced
this issue
Oct 3, 2020
roji
added a commit
that referenced
this issue
Oct 3, 2020
Closes #1491 Co-authored-by: Elliot Quogu Prior <1709938+Quogu@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most of the work here was done by @Quogu in #1184.
This allows using the .NET Immutable type, but also does much faster change tracking since a reference comparison is enough to know whether the dictionary contents have changed.
The text was updated successfully, but these errors were encountered: