From b52648efd5c51ba64a4b22928019d18804ff0f31 Mon Sep 17 00:00:00 2001 From: Dan Kalowsky Date: Fri, 17 Nov 2000 15:48:09 +0000 Subject: [PATCH] Missed one section that required the addition of a new HAVE_SOLID_30 This should be correct now. --- ext/odbc/php_odbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index e37603aa07..7ff6523417 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -1847,7 +1847,7 @@ int odbc_sqlconnect(odbc_connection **conn, char *db, char *uid, char *pwd, int SQLAllocEnv(&((*conn)->henv)); SQLAllocConnect((*conn)->henv, &((*conn)->hdbc)); -#ifdef HAVE_SOLID +#if defined(HAVE_SOLID) || defined(HAVE_SOLID_30) SQLSetConnectOption((*conn)->hdbc, SQL_TRANSLATE_OPTION, SQL_SOLID_XLATOPT_NOCNV); #endif -- 2.40.0