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!
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!