Skip to content

Tinyint type with MySQL #83

Open
Open
@dtrillo

Description

@dtrillo

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions