-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
There are these constants defined:
ODBC-Specification/Windows/inc/sqlext.h
Lines 591 to 594 in acc916f
| #if (ODBCVER >= 0x0300) | |
| #define SQL_C_SBIGINT (SQL_BIGINT+SQL_SIGNED_OFFSET) /* SIGNED BIGINT */ | |
| #define SQL_C_UBIGINT (SQL_BIGINT+SQL_UNSIGNED_OFFSET) /* UNSIGNED BIGINT */ | |
| #endif /* ODBCVER >= 0x0300 */ |
But, there is number of ODBC documentations:
- https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms724344(v=vs.85)
- https://www.ibm.com/docs/en/db2-for-zos/11?topic=conversion-c-sql-data-types
- https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc20116.1570/html/aseodbc/CACFDIGH.htm
- https://docs.oracle.com/cd/E21901_01/timesten.1122/e21637/compiling.htm#TTCDV178
where SQL_C_BIGINT constant is mentioned.
It would be good if the ODBC specification clarifies status of the SQL_C_BIGINT.
Metadata
Metadata
Assignees
Labels
No labels