Skip to content

Error when using MySQL #43

@bwlynch

Description

@bwlynch

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions