You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
The getDataTypes() call returns a row for the DATE type, and returns the max size as 24 instead of the correct 10. 24 is used for timestamp, not date.
How can one reproduce the bug?
Steps to reproduce the behavior:
Connect to OpenSearch using the JDBC driver using any custom app or tool like DbVisualizer
Open or invoke the data types
Locate the DATE entry
See the MAX_SIZE column reported as 24 instead of 10
What is the expected behavior?
The MAX_SIZE should be 10 instead of 24.
What is your host/environment?
OS: macOS Monterey
Version JDBC driver v 1.1.0.1
Plugins
The text was updated successfully, but these errors were encountered:
What is the bug?
The getDataTypes() call returns a row for the DATE type, and returns the max size as 24 instead of the correct 10. 24 is used for timestamp, not date.
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
The MAX_SIZE should be 10 instead of 24.
What is your host/environment?
The text was updated successfully, but these errors were encountered: