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

Add support for JSONB datatype #1089

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

alexander-beedie
Copy link
Contributor

Minor addition of JSONB (binary json) recognition as a distinct type from JSON. Supported by a number of mainstream databases, such as PostgreSQL1 and SQLite (for which JSONB is currently in pre-release 23, landing soon in 3.45.0).

Footnotes

  1. https://www.postgresql.org/docs/current/functions-json.html#FUNCTIONS-JSONB-OP-TABLE

  2. https://sqlite.org/forum/forumpost/fa6f64e3dc1a5d97

  3. https://sqlite.org/draft/jsonb.html

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7500361261

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.005%) to 87.817%

Totals Coverage Status
Change from base Build 7396929961: 0.005%
Covered Lines: 18749
Relevant Lines: 21350

💛 - Coveralls

@alexander-beedie alexander-beedie changed the title Adds support for JSONB datatype Add support for JSONB datatype Jan 12, 2024
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me -- thank you @alexander-beedie

@alamb alamb merged commit 5d66dc5 into apache:main Jan 15, 2024
10 checks passed
@alexander-beedie alexander-beedie deleted the jsonb-datatype branch January 15, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants