generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Driver version
2.1.3.0Redshift version
PostgreSQL 8.0.2 on i686-pc-linux-gnu, co\mpiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.74754
Client Operating System
LinuxTable schema
Problem description
ODBC version 2.1.3.0 attempted to fix an issue where the type reported for a TIMESTAMPTZ column was reported incorrectly. SQLDescribeCol() was properly fixed and now returns SQL_TYPE_TIMESTAMP instead of CHARACTER VARYING. However, SQLColAttribute() when called with SQL_DESC_TYPE_NAME was changed to return TIMESTAMP instead of CHARACTER VARYING. This is incorrect -- it should return TIMESTAMPTZ. Please fix SQLColAttribute(). It would be nice to fix that in a patch to 2.1.3.0 if at all possible, but certainly it should be fixed in 2.1.4.- Expected behaviour:
- Actual behaviour:
- Error message/stack trace:
- Any other details that can be helpful:
ODBC trace logs
Reproduction code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels