-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error Retrieving values of FLOAT types columns #64
Comments
@ostafen Any Idea how do we actually get FLOAT values ? |
Thank you for opening the issue, I will check |
@ostafen Any Updates on this ? |
@akhtar-a, we are working on it and it will be released shortly. |
@ostafen Yes we have done that only for now, I wanted to increment and avoid multiple reads which is not possible as of now with VARCHAR type of values UPDATE table |
You don't have to store the column as VARCHAR. |
response.getLong() , .getString , getBytes nothing works, I am not able to retrieve the value, It also Shows unknown in the debugger
The text was updated successfully, but these errors were encountered: