You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on the Pgx.Value tests I found that converting an hstore containing a backslash to a string and back lost the backlash. Presumably either the stringification code needs to add an extra backslash or the parsing code needs to not remove it.
Also update test_pgx_value.ml with an hstore containing a backslash so we can go up to 100% coverage in that file.
The text was updated successfully, but these errors were encountered:
Is this still valid? I would like to start looking at it. I'll avoid assigning to myself in case I don't actually get started but I'll link any ongoing work and assign once I do.
When working on the Pgx.Value tests I found that converting an hstore containing a backslash to a string and back lost the backlash. Presumably either the stringification code needs to add an extra backslash or the parsing code needs to not remove it.
Also update test_pgx_value.ml with an hstore containing a backslash so we can go up to 100% coverage in that file.
The text was updated successfully, but these errors were encountered: