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

The valueType is mapped to Boolean if the column type is TINYINT #55

Open
RanchoLi opened this issue May 9, 2018 · 1 comment
Open
Assignees

Comments

@RanchoLi
Copy link

RanchoLi commented May 9, 2018

if the column type is TINYINT, the valueType of the column is mapped to Boolean, when I getValue().toString(), the value is true or false, I want to the value will be returned to the real value.

request.getRow(0).getColumnValue("current_status").getValue().toString();

@VanRoy
Copy link
Member

VanRoy commented Dec 6, 2019

hi @RanchoLi , thanks for your feedback.

Normally TINYINT should mapped to Number.
Can you send me a small sample to reproduce your issue ?

@VanRoy VanRoy self-assigned this Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants