Open hauter opened 4 months ago
The alternative solution is to use the CAST function, but it‘s indeed a bug that needs resolution.
SELECT CAST(ext_info AS CHAR) FROM xxxxx WHERE xxxx = ?
It's because of the lack of JSON support in cl-mysql. You may want to go to https://github.com/hackinghat/cl-mysql/issues/21.
Select any records with Json field can produce the error:
Thank you.