question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Test MariaDB 10.2, activate JSONField for it

See original GitHub issue

Summary: It looks like MariaDB 10.2 supports the JSON type ( https://mariadb.com/kb/en/mariadb/json-functions/ ) and also more goodness ( https://mariadb.com/kb/en/mariadb/what-is-mariadb-102/ ). We should start testing on it, and check if JSONField can work on it (its system check + docs will then need updating).

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:11
  • Comments:23 (11 by maintainers)

github_iconTop GitHub Comments

5reactions
adamchainzcommented, Jul 2, 2020

Django 3.1 in beta has a univresal JSONField, the dev who made it is working on a backport package: https://twitter.com/laymonage/status/1278485132765085696

1reaction
adamchainzcommented, Oct 24, 2017

@afausti I’m afraid not, as otherwise this ticket would have been closed 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

JSON Data Type - MariaDB Knowledge Base
In order to ensure that a a valid json document is inserted, the JSON_VALID function can be used as a CHECK constraint. This...
Read more >
Making MariaDB understand MySQL JSON
Let's start the mysql client on the test data to see what is happening ... we can use a set of JSON functions...
Read more >
Does MariaDB support native JSON column data type?
JSON support will come to MariaDB 10.2. See the official MariaDB blog post from 28.02.2017. There are some example SQL statements and ...
Read more >
JSON Data Type Support in MariaDB 10.2.x - Medium
To ensure that a valid JSON document is inserted, the JSON_VALID function can be used as a CHECK constraint. This constraint automatically includes...
Read more >
History - Django-MySQL 4.8.0 documentation
Support Django 4.1. Drop support for MariaDB 10.2, as it is end of life. ... Make JSON database functions work with Django's JSONField...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found