Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tinyint type with MySQL #83

Open
dtrillo opened this issue Sep 14, 2018 · 1 comment
Open

Tinyint type with MySQL #83

dtrillo opened this issue Sep 14, 2018 · 1 comment

Comments

@dtrillo
Copy link

dtrillo commented Sep 14, 2018

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!

@rcdmk
Copy link
Owner

rcdmk commented Sep 30, 2022

Hi,

Thanks again for your contributions and sorry for the long time waiting for a reply.

Just added support for TinyInt in the development branch: 692126a.

Would you be able to test if that works for you?

Best,
Ricardo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants