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 4933 PostgreSql array contains operators #5228

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 9, 2024

  1. Add Postgresql contains operators for array

    <@ and @> are used by json, tsvector and array
    
    Move the operators to separate mixin
    griffio committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    d33becc View commit details
    Browse the repository at this point in the history
  2. Add fixture and integration tests

    For Array Contains
    
    text[] and varchar[] arrays are different types in Postgresql for contains operator
    griffio committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    9a88846 View commit details
    Browse the repository at this point in the history
  3. Add array overlap operator

    Add fixture and integration test
    griffio committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    2a28dfa View commit details
    Browse the repository at this point in the history
  4. fix merge conflict

    griffio committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    fff5670 View commit details
    Browse the repository at this point in the history