Do trivial identity for passthrough of symbols for nested field column instead...
Do trivial identity for passthrough of symbols for nested field column instead of default processing (#23136) Should whack both #23026 and #23027. Previous (default) behavior of the reducible query that gets the limited contents of the JSON to break out the nested field columns is to lowercase identifiers. This is root cause of #23026 and #23027. But we want the proper case of those identifiers in order to be modifying the query correctly when we query the JSON. So we set the reducible query to just pass through the identifiers instead of default behavior.
Showing
- src/metabase/driver/postgres.clj 5 additions, 1 deletionsrc/metabase/driver/postgres.clj
- src/metabase/driver/sql_jdbc/sync/describe_table.clj 4 additions, 3 deletionssrc/metabase/driver/sql_jdbc/sync/describe_table.clj
- test/metabase/driver/postgres_test.clj 32 additions, 0 deletionstest/metabase/driver/postgres_test.clj
Please register or sign in to comment