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

feat(postgres): support basic jsonb type and existing operations #9630

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Jul 18, 2024

Adds support for JSONB functionality in postgres. Closes #9626.

@cpcloud cpcloud added this to the 9.2 milestone Jul 18, 2024
@cpcloud cpcloud added feature Features or general enhancements internals Issues or PRs related to ibis's internal APIs postgres The PostgreSQL backend datatypes Issues relating to ibis's datatypes (under `ibis.expr.datatypes`) labels Jul 18, 2024
@cpcloud cpcloud requested review from gforsyth and jcrist July 18, 2024 12:30
@cpcloud cpcloud changed the title feat(postgres): support basic jsonb types and getitem feat(postgres): support basic jsonb type and existing operations Jul 18, 2024
@cpcloud
Copy link
Member Author

cpcloud commented Jul 18, 2024

@p-a-a-a-trick Can you give this PR a try?

Copy link
Member

@gforsyth gforsyth left a comment

Choose a reason for hiding this comment

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

:shipit: !

@cpcloud cpcloud merged commit 7179cc6 into ibis-project:main Jul 18, 2024
82 checks passed
@cpcloud cpcloud deleted the jsonb branch July 18, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datatypes Issues relating to ibis's datatypes (under `ibis.expr.datatypes`) feature Features or general enhancements internals Issues or PRs related to ibis's internal APIs postgres The PostgreSQL backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Postgres: UndefinedFunction extracting elements from JSONB
2 participants