-
- Downloads
Relax concat args to allow any ExpressionArg (#48506)
* Relax the arg types to ExpressionArg for concat expressions in the legacy schema Relax the arg types to ExpressionArg for concat since many DBs allow to concatenate non-string types. This also aligns with the corresponding MLv2 schema and with the reference docs we publish. Fixes #39439 * Add nested concat schema tests * Add nested-concat query-processor tests
Showing
- src/metabase/legacy_mbql/schema.cljc 3 additions, 1 deletionsrc/metabase/legacy_mbql/schema.cljc
- test/metabase/lib/schema/expression/string_test.cljc 29 additions, 1 deletiontest/metabase/lib/schema/expression/string_test.cljc
- test/metabase/query_processor_test/string_extracts_test.clj 24 additions, 2 deletionstest/metabase/query_processor_test/string_extracts_test.clj
Loading
Please register or sign in to comment