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

Support JSONB #516

Open
JelteF opened this issue Jan 2, 2025 · 2 comments · Fixed by #513
Open

Support JSONB #516

JelteF opened this issue Jan 2, 2025 · 2 comments · Fixed by #513
Labels
good first issue Good for newcomers types Issues related to type conversions

Comments

@JelteF
Copy link
Collaborator

JelteF commented Jan 2, 2025

Description

We currently only support the Postgres json type, not the jsonb type. The jsonb type is much more common in practice in Postgres though, so we should support it. Related to #513.

@JelteF JelteF added types Issues related to type conversions good first issue Good for newcomers labels Jan 2, 2025
@ritwizsinha
Copy link
Contributor

Taking this up

@ritwizsinha
Copy link
Contributor

Next in line

Next steps in my order of priority would be:

  1. Start supporting some of duckdb its JSON functions
  2. Introduce some of the JSONB operators that postgres supports to DuckDB.
  3. Introduce a PG compatibility mode in duckdb to make existing operators behave exactly the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers types Issues related to type conversions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants