You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, the new JSONField did not play nice w/MySQL when query was
generated before a conn was opened. We were trying to do some introspection
on the server version, but I've decided instead to make mariadb= be a
database param, per @alisonatwork's suggestion, with the default being
"MySQL" flavored JSON. Refs #3053
JSONField containment (contains, contained_by) no longer wraps its
argument in CAST / JSON_COMPACT on MySQL/MariaDB, #3053.