3732. [contrib] Fixed a type mismatch causing the ODBC DLZ
driver to dump core on 64-bit systems. [RT #35324]
+3732. [contrib] Fixed a type mismatch causing the ODBC DLZ
+ driver to dump core on 64-bit systems. [RT #35324]
+
3731. [func] Added a "no-case-compress" ACL, which causes
named to use case-insensitive compression
(disabling change #3645) for specified
static isc_result_t
odbc_getField(SQLHSTMT *stmnt, SQLSMALLINT field, char **data) {
- SQLINTEGER size;
+ SQLLEN size;
REQUIRE(data != NULL && *data == NULL);
SQLSMALLINT endField, char **retData) {
isc_result_t result;
- SQLINTEGER size;
+ SQLLEN size;
int totSize = 0;
SQLSMALLINT i;
int j = 0;