Skip to content

Missing definition of SQL_C_BIGINT #145

@mloskot

Description

@mloskot

There are these constants defined:

#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:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions