Skip to content

Add support for JSONB datatype#1089

Merged
alamb merged 1 commit intoapache:mainfrom
alexander-beedie:jsonb-datatype
Jan 15, 2024
Merged

Add support for JSONB datatype#1089
alamb merged 1 commit intoapache:mainfrom
alexander-beedie:jsonb-datatype

Conversation

@alexander-beedie
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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
@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