-
- Downloads
Port fixes for Postgresql JSON issues to MySQL (#23758)
#22967 and boat#161 also apply to MySQL JSON implementation. This PR ports the fixes for those (in #23278 and #22997 respectively) to MySQL. There are many other JSON implementation fixes which don't need a separate port because we moved the describe-table mechanism to the SQL JDBC driver instead of just the Postgres driver.
Showing
- src/metabase/driver/common.clj 11 additions, 0 deletionssrc/metabase/driver/common.clj
- src/metabase/driver/mysql.clj 11 additions, 5 deletionssrc/metabase/driver/mysql.clj
- src/metabase/driver/postgres.clj 2 additions, 6 deletionssrc/metabase/driver/postgres.clj
- test/metabase/driver/mysql_test.clj 20 additions, 1 deletiontest/metabase/driver/mysql_test.clj
Please register or sign in to comment