Skip to content
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

PR #88379 - pgwire: add encoding for JSON arguments #15184

Open
cockroach-teamcity opened this issue Sep 23, 2022 · 0 comments
Open

PR #88379 - pgwire: add encoding for JSON arguments #15184

cockroach-teamcity opened this issue Sep 23, 2022 · 0 comments

Comments

@cockroach-teamcity
Copy link
Member

Related PR: cockroachdb/cockroach#88379
Commit: cockroachdb/cockroach@1fe4c77


Release note (sql change): The pgwire protocol implementation can
now accept arguments of the JSON type (oid=114). Previously, it could
only accept JSONB (oid=3802). Internally, JSON and JSONB values are
still identical, so this change only affects how the values are received
over the wire protocol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant