-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The following error occurs when using a MySQL database (5.7 or 8), and running the export command ./ap.py datapublish publication --producer <producer_id> --processed-at today
/root/.local/share/virtualenvs/ArticleParser-eaOGpC12/lib/python3.7/site-packages/pymysql/cursors.py:170: Warning: (1235, "This version of MySQL doesn't yet support 'comparison of JSON in the BETWEEN operator'")
result = self._query(query)
In the documentation I saw that MariaDB is the recommended database, so it may just be that MySQL simply doesn't have the needed functionality here, and that MariaDB should be the recommended database to use across this project.
Metadata
Metadata
Assignees
Labels
No labels