| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
would succeed
|
| |
|
| |
|
|
|
|
| |
{} for $or and $and
|
| |
|
|
|
|
| |
messages
|
| |
|
|
|
|
| |
This reverts commit c0e7ce05c657ffef5da25aa0399737311f3d48dc.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit c2670522b84041a51724f7fec6f03c605aaf3d6a.
|
| |
|
|
|
|
|
| |
Make the $or->$in rewrite indepent on the place where a regex appears in the $or.
Add tests to ensure the rewrite is order-independent.
|
| |
|
|
|
|
| |
redactGeoExpressions()
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
auto-updating bson macro
|
|
|
|
| |
workarounds
|
| |
|
| |
|
| |
|
|
|
|
| |
SERVER-73676 Query shape (literal redaction) for leftover non-leaf MatchExpressions, pt. 2
|
| |
|
| |
|
|
|
|
| |
Interfaces instead return 'const Collection*' and if a CollectionPtr is needed it must be created by the user.
|
|
|
|
| |
MatchExpressions, pt. 1
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
|
| |
|
|
|
|
| |
expression
|
|
|
|
| |
renameable
|
|
|
|
| |
splitMatchExpressionBy()
|
| |
|
|
|
|
| |
expression
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
column_scan
|
|
|
|
| |
Also, disambiguate between "no path" and "empty path" for path match expressions.
|