-
- Downloads
Use type/JSON for field base_type for postgres and mysql (#28849)
* Use type/JSON instead of type/SerializedJSON * Tidy migration * Update migration * Fix rollback migration for h2 * whitespace * Add test for migration * Fix test * Add rollback * whitespace * Test JSONB type as well as JSON * Don't fingerprint JSON columns * Remove comment, that might be wrong in the future * Update test * Add tests for fingerprinting * Use base-type JSON for fingerprinting base query * Add test for visibility-type=details-only * undo . * Change migration id * Fix migration test * Merge master * Exclude mariadb from tests * Make is-mariadb? public
Showing
- .clj-kondo/com.github.seancorfield/next.jdbc/hooks/com/github/seancorfield/next_jdbc.clj_kondo 18 additions, 0 deletions...xt.jdbc/hooks/com/github/seancorfield/next_jdbc.clj_kondo
- resources/migrations/000_migrations.yaml 54 additions, 0 deletionsresources/migrations/000_migrations.yaml
- src/metabase/driver/mysql.clj 1 addition, 1 deletionsrc/metabase/driver/mysql.clj
- src/metabase/driver/postgres.clj 2 additions, 2 deletionssrc/metabase/driver/postgres.clj
- src/metabase/driver/sql_jdbc/sync/describe_table.clj 5 additions, 4 deletionssrc/metabase/driver/sql_jdbc/sync/describe_table.clj
- test/metabase/db/metadata_queries_test.clj 1 addition, 1 deletiontest/metabase/db/metadata_queries_test.clj
- test/metabase/db/schema_migrations_test.clj 37 additions, 0 deletionstest/metabase/db/schema_migrations_test.clj
- test/metabase/driver/mysql_test.clj 7 additions, 4 deletionstest/metabase/driver/mysql_test.clj
- test/metabase/driver/postgres_test.clj 3 additions, 3 deletionstest/metabase/driver/postgres_test.clj
- test/metabase/driver/sql_jdbc/sync/describe_table_test.clj 17 additions, 0 deletionstest/metabase/driver/sql_jdbc/sync/describe_table_test.clj
Loading
Please register or sign in to comment