Commit a32778b
(fix): include null tenant in MongoDB metadata collection queries
The SQL adapter correctly adds `OR _tenant IS NULL` for metadata
collections, but the MongoDB adapter was missing the equivalent
null value in its `$in` array, excluding collection definitions
created with a null tenant.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2c3cc09 commit a32778b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2458 | 2458 | | |
2459 | 2459 | | |
2460 | 2460 | | |
2461 | | - | |
| 2461 | + | |
2462 | 2462 | | |
2463 | 2463 | | |
2464 | 2464 | | |
| |||
0 commit comments