FIELD_TYPE.JSON ignored #646
Unanswered
jojozg7
asked this question in
Issue report
Replies: 3 comments 2 replies
|
Its intentional. |
0 replies
|
Why is it documented here in the USER GUIDE if you are not supposed to use it? https://github.com/PyMySQL/mysqlclient/blob/main/doc/user_guide.rst |
1 reply
|
mysql-connector (https://www.mysql.com/products/connector/), mariadb and psycopg2 offer the possibility in exactly the same way. I am not quite sure why this should not be possible here. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Columns of type json are ignored.
Environment
Debian Bookworm, Python 3.11
How did you install libmysqlclient libraries?
python3-mysqldb
What version of mysqlclient do you use?
1.4.6
Docker command to start MySQL server
No response
Minimum but complete code to reproduce
Schema and initial data required to reproduce.
Commands, and any other step required to reproduce your issue.
No response
All reactions