-
Notifications
You must be signed in to change notification settings - Fork 2.3k
JSON DataType support for MySQL #3481
Copy link
Copy link
Closed
Description
We have a table in our DB , which has a column with Datatype JSON for MySQL. I am not able to Query this particular column using Poco::DataMySQL library.
Following exception is thrown "MySQL: [MySQL]: unknown field type"
Does Poco::DataMysql not support JSON Data type?
If yes , could you please suggest a workaround for this.
we are using this version of software:
https://github.com/pocoproject/poco/archive/refs/tags/poco-1.11.0-release.zip
Cheers!
Reactions are currently unavailable