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
When null values are returned they are the character - instead of an actual null value.
-
The ODBC driver should return null values for null values.
Currently, the character - is returned for all null values.
Using the Amazon Timestream ODBC driver, execute a query that selects a NULL value.
Place null values for null values instead of a character.
No response
2.0.0
Windows Server 2022 Datacenter
The text was updated successfully, but these errors were encountered:
155bb72
Successfully merging a pull request may close this issue.
Describe the bug
When null values are returned they are the character
-
instead of an actual null value.Expected Behavior
The ODBC driver should return null values for null values.
Current Behavior
Currently, the character
-
is returned for all null values.Reproduction Steps
Using the Amazon Timestream ODBC driver, execute a query that selects a NULL value.
Possible Solution
Place null values for null values instead of a character.
Additional Information/Context
No response
Timestream ODBC Driver Log
No response
Timestream ODBC Driver version
2.0.0
Host Operating System and version
Windows Server 2022 Datacenter
The text was updated successfully, but these errors were encountered: