Skip to content
Snippets Groups Projects
Unverified Commit 17aa0737 authored by Howon Lee's avatar Howon Lee Committed by GitHub
Browse files

MySQL JSON (22174) (#22175)

Pursuant to https://github.com/metabase/metabase/issues/22174.

Make the JSON columns work on MySQL in exactly the same way as they do in Postgres. Bit of a refactor about some bits of Postgres implementation.

Importantly, MariaDB JSON columns work significantly more like SQL Server JSON columns. That is, they aren't JSON columns at all with respect to type, they're text columns - and we don't detect them very well as JSON columns qua JSON columns. So MariaDB is not supported at this time.
parent 783c324d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment