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

NULL values are returned as the character "-" #12

Closed
trevorbonas opened this issue Jun 24, 2024 · 0 comments · Fixed by #15
Closed

NULL values are returned as the character "-" #12

trevorbonas opened this issue Jun 24, 2024 · 0 comments · Fixed by #15
Labels
bug Something isn't working

Comments

@trevorbonas
Copy link
Collaborator

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

@trevorbonas trevorbonas added the bug Something isn't working label Jun 24, 2024
This was referenced Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant