-
- Downloads
Fix #16299 MongoDB empty results when filtering against array (#16480)
* Fix #16299 MongoDB empty results when filtering against array * Ok, we still need to use $expr if the VALUE in the expression isn't simple * More test fixes* More fixes
Showing
- modules/drivers/mongo/src/metabase/driver/mongo/query_processor.clj 28 additions, 19 deletions...ivers/mongo/src/metabase/driver/mongo/query_processor.clj
- modules/drivers/mongo/test/metabase/driver/array-fields.json 119 additions, 0 deletionsmodules/drivers/mongo/test/metabase/driver/array-fields.json
- modules/drivers/mongo/test/metabase/driver/mongo/parameters_test.clj 13 additions, 13 deletions...vers/mongo/test/metabase/driver/mongo/parameters_test.clj
- modules/drivers/mongo/test/metabase/driver/mongo/query_processor_test.clj 1 addition, 1 deletion...mongo/test/metabase/driver/mongo/query_processor_test.clj
- modules/drivers/mongo/test/metabase/driver/mongo_test.clj 51 additions, 1 deletionmodules/drivers/mongo/test/metabase/driver/mongo_test.clj
- modules/drivers/mongo/test/metabase/test/data/mongo.clj 1 addition, 1 deletionmodules/drivers/mongo/test/metabase/test/data/mongo.clj
- test/metabase/query_processor_test/date_bucketing_test.clj 10 additions, 8 deletionstest/metabase/query_processor_test/date_bucketing_test.clj
- test/metabase/test/data/impl.clj 21 additions, 6 deletionstest/metabase/test/data/impl.clj
Please register or sign in to comment