-
- Downloads
JSON column API change and fixes (#21175)
All under the grand path to #708. Changes field API to be compatible with nfc-paths. Allows joining of nested field columns by shoving the full identifier into the postgres function call. Also fixes arcane macro test bug by not using the macro.
Showing
- src/metabase/api/field.clj 5 additions, 4 deletionssrc/metabase/api/field.clj
- src/metabase/driver/postgres.clj 32 additions, 14 deletionssrc/metabase/driver/postgres.clj
- src/metabase/models/field.clj 20 additions, 0 deletionssrc/metabase/models/field.clj
- src/metabase/sync/fetch_metadata.clj 1 addition, 1 deletionsrc/metabase/sync/fetch_metadata.clj
- test/metabase/api/field_test.clj 33 additions, 14 deletionstest/metabase/api/field_test.clj
- test/metabase/driver/postgres_test.clj 25 additions, 19 deletionstest/metabase/driver/postgres_test.clj
- test/metabase/models/field_test.clj 9 additions, 0 deletionstest/metabase/models/field_test.clj
Loading
Please register or sign in to comment