Open
Description
Hi again.
I have been working more with the class, and I have some problems when using tinyiny data type on MySQL, because the output the the value is 0, in the JSON is "".
The way to solve this issue is by adding the following line after 908:
if varType(value) = 16 then valueType = "Decimal"
And it solve another issue!