You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: