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

Implement more operators #7

Closed
wants to merge 1 commit into from
Closed

Implement more operators #7

wants to merge 1 commit into from

Conversation

erikdubbelboer
Copy link
Member

Add support for the following:

  $nor
  $not
  $in
  $nin
  $exists
  $elemMatch
  field = [array]
  field = null

Add support for the following:

  $nor
  $not
  $in
  $nin
  $exists
  $elemMatch
  field = [array]
  field = null
@erikdubbelboer
Copy link
Member Author

Closed in favor of separate pull requests for each change:

#8 Also fuzz test the JSONB code
#10 Make basicOperatorMap private
#11 Always return nil for empty values
#12 Add some different types of columns and data to our test setup
#13 Implement $nor
#14 Implement $not
#15 Plain comparison only works with primitives
#16 Support comparing to null
#17 Implement $exists
#18 Implement $nin
#19 Implement $elemMatch

@erikdubbelboer erikdubbelboer deleted the new-ops branch June 21, 2024 08:54
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.

1 participant