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

Additional Postgresql JSON Functions #1215

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

hackedXD
Copy link

@hackedXD hackedXD commented Aug 7, 2022

Added more JSON filter functions under postgresql.

Description

Added most of the normal query API's to postgres's contrib json functions. Everything except for search command has been added along with tests.

Motivation and Context

It solved the lack of the ability to query the values inside of json functions, leading to less support for different queries.
Issue #1206 Solved

How Has This Been Tested?

I wrote a pytest for my all JSON functions implemented.
I created a simple Model with a JSONField, and tested each operation.
Does not affect other parts of code

Checklist:

  • [ X] My code follows the code style of this project.
  • [ X] My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added the changelog accordingly.
  • [ X] I have read the CONTRIBUTING document.
  • [ X] I have added tests to cover my changes.
  • [ X] All new and existing tests passed.

@long2ice
Copy link
Member

Thanks! Please add changelog and rebase develop first to make CI pass

@Maksim-Burtsev
Copy link

Is there news about this issue?

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.

None yet

4 participants