-
- Downloads
FieldLiterals on date fields should parse as dates [ci drivers]
Specifically this occurred when filtering on a field from a nested query. The date string wasn't getting parsed as a date and just getting passed as a string to the database causing a type mismatch. Fixes #6988
Showing
- src/metabase/query_processor/middleware/expand.clj 4 additions, 1 deletionsrc/metabase/query_processor/middleware/expand.clj
- src/metabase/util.clj 1 addition, 1 deletionsrc/metabase/util.clj
- test/metabase/query_processor/middleware/fetch_source_query_test.clj 46 additions, 26 deletions...se/query_processor/middleware/fetch_source_query_test.clj
Please register or sign in to comment