Go to the documentation of this file.
20 #ifndef DBALLE_DB_ODBC_WORKAROUNDS_H
21 #define DBALLE_DB_ODBC_WORKAROUNDS_H
23 #include <bits/wordsize.h>
34 #define DBALLE_SQL_C_SINT_TYPE long
35 #define DBALLE_SQL_C_UINT_TYPE unsigned long
36 #define DBALLE_SQL_C_SINT SQL_C_SBIGINT
37 #define DBALLE_SQL_C_UINT SQL_C_UBIGINT
39 #define DBALLE_SQL_C_SINT_TYPE long
40 #define DBALLE_SQL_C_UINT_TYPE unsigned long
41 #define DBALLE_SQL_C_SINT SQL_C_SLONG
42 #define DBALLE_SQL_C_UINT SQL_C_ULONG