Ryan Rubley
Ryan Rubley
For the reasons listed at https://github.com/sidorares/node-mysql2/issues/1287 I think adding jsonStrings would be super userful :)
A column defined as `JSON DEFAULT NULL` on MySQL (AWS) is: ``` characterSet: 63, encoding: 'binary', columnType: 245, type: 245, ``` while the same column on MariaDB 10.6.12 (Ubuntu 22.04)...
It would actually be much more useful to myself personally, if there was an option like `dateStrings` but `jsonStrings` which could be enabled to cause the node-mysql2 module to NOT...
Yes, type:245 would have made sense to automatically parse JSON, but I think it would be more valuable for most people to have their code work the same regardless of...