Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hypertrace
/
document-store
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
3
Code
Issues
7
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add ALL and EXACTLY_ONE array filter operators for MongoDB and Postgres
- #323
#323
Open
lrathod
wants to merge 13 commits into
hypertrace:main
hypertrace/document-store:main
from
lrathod:ASP-3008/array-match-all-one-operators
lrathod/document-store:ASP-3008/array-match-all-one-operators
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
Add ALL and EXACTLY_ONE array filter operators for MongoDB and Postgres
#323
lrathod
wants to merge 13 commits into
hypertrace:main
hypertrace/document-store:main
from
lrathod:ASP-3008/array-match-all-one-operators
lrathod/document-store:ASP-3008/array-match-all-one-operators
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2026
Add ALL and ONE array filter operators for MongoDB and Postgres
Show description for dc93b17
lrathod
and
cursoragent
committed
dc93b17
View commit details
Copy full SHA for dc93b17
Browse repository at this point
Address review: compile-time field types, nested arrays, duplicate semantics
Show description for abfa144
lrathod
and
cursoragent
committed
abfa144
View commit details
Copy full SHA for abfa144
Browse repository at this point
Move ALL/ONE integration tests to DocStoreQueryV1Test
Show description for d04da50
lrathod
and
cursoragent
committed
d04da50
View commit details
Copy full SHA for d04da50
Browse repository at this point
Add negative, deeply-nested and order-independence tests for ALL/ONE
Show description for a330baf
lrathod
and
cursoragent
committed
a330baf
View commit details
Copy full SHA for a330baf
Browse repository at this point
Simplify ALL/ONE SQL, guard Mongo against non-array values, document ONE semantics
Show description for 7150e9d
lrathod
and
cursoragent
committed
7150e9d
View commit details
Copy full SHA for 7150e9d
Browse repository at this point
Rename ArrayOperator.ONE to EXACTLY_ONE
Show description for 077f1b5
lrathod
and
cursoragent
committed
077f1b5
View commit details
Copy full SHA for 077f1b5
Browse repository at this point
Fix EXACTLY_ONE native-array test to expect both singleton docs.
Show description for 428dea4
lrathod
and
cursoragent
committed
428dea4
View commit details
Copy full SHA for 428dea4
Browse repository at this point
Add flat-collection coverage for ALL/EXACTLY_ONE edge cases and clarify IN semantics
Show description for 3fedd65
lrathod
and
cursoragent
committed
3fedd65
View commit details
Copy full SHA for 3fedd65
Browse repository at this point
Add parser tests for multi-level JSON paths on flat JSONB columns
Show description for 111e8e7
lrathod
and
cursoragent
committed
111e8e7
View commit details
Copy full SHA for 111e8e7
Browse repository at this point
Add explicit NULL/empty-array exclusion tests for ALL/EXACTLY_ONE
Show description for fc71de0
lrathod
and
cursoragent
committed
fc71de0
View commit details
Copy full SHA for fc71de0
Browse repository at this point
Drop jsonb_typeof CASE guard from ALL containment; guard only EXACTLY_ONE length check
Show description for 55f0bf7
lrathod
and
cursoragent
committed
55f0bf7
View commit details
Copy full SHA for 55f0bf7
Browse repository at this point
Add IT pinning nested-array opacity for ALL/EXACTLY_ONE and document top-level semantics
Show description for bc5b722
lrathod
and
cursoragent
committed
bc5b722
View commit details
Copy full SHA for bc5b722
Browse repository at this point
Apply spotless formatting
Show description for 16ec81e
lrathod
and
cursoragent
committed
16ec81e
View commit details
Copy full SHA for 16ec81e
Browse repository at this point
You can’t perform that action at this time.