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
Yes, there are several places where the returned result is just a hex string rather than Postgres' bytea hex encoding. My preferred solution would be to fix #48 such that all hex-encoded values are returned without the escape sequence.
I'm not able to focus on this currently, but I would love to merge a PR if you're interested!
The following graphl query:
returns:
but for consistency I think it should return:
The text was updated successfully, but these errors were encountered: