We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug? Retrieving time with a calendar always returns null.
How can one reproduce the bug? Steps to reproduce the behavior:
Looking at the code, it's simply hardcoded to return null.
What is the expected behavior? A non-null value reflecting the retrieved time.
What is your host/environment?
The text was updated successfully, but these errors were encountered:
https://github.com/opensearch-project/sql/blob/4b50a014c6f5701f3061ad950073895b39f68a67/sql-jdbc/src/main/java/org/opensearch/jdbc/ResultSetImpl.java#L1072-L1082
Sorry, something went wrong.
Note: getDate and getTimestamp is already implemented for this feature, and it seems like getTime is simple enough to add.
getDate
getTimestamp
getTime
ResultSet.getTime()
null
No branches or pull requests
What is the bug?
Retrieving time with a calendar always returns null.
How can one reproduce the bug?
Steps to reproduce the behavior:
Looking at the code, it's simply hardcoded to return null.
What is the expected behavior?
A non-null value reflecting the retrieved time.
What is your host/environment?
The text was updated successfully, but these errors were encountered: