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>
40 #define DBALLE_SQL_C_SINT_TYPE long
41 #define DBALLE_SQL_C_UINT_TYPE unsigned long
42 #define DBALLE_SQL_C_SINT SQL_C_SBIGINT
43 #define DBALLE_SQL_C_UINT SQL_C_UBIGINT
45 #define DBALLE_SQL_C_SINT_TYPE long
46 #define DBALLE_SQL_C_UINT_TYPE unsigned long
47 #define DBALLE_SQL_C_SINT SQL_C_SLONG
48 #define DBALLE_SQL_C_UINT SQL_C_ULONG