Skip to content

Commit

Permalink
Missed one section that required the addition of a new HAVE_SOLID_30
Browse files Browse the repository at this point in the history
This should be correct now.
  • Loading branch information
Dan Kalowsky committed Nov 17, 2000
1 parent ac5e01e commit b52648e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/odbc/php_odbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b52648e

Please sign in to comment.