Skip to content

Commit

Permalink
Merge branch 'master' into odbc-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrinn committed Jan 3, 2019
2 parents 5916978 + 5d5ec8e commit 99a8ac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ma_connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,10 @@ SQLRETURN MADB_DbcGetInfo(MADB_Dbc *Dbc, SQLUSMALLINT InfoType, SQLPOINTER InfoV
break;
case SQL_ODBC_VER:
break;
case SQL_OUTER_JOINS:
SLen= (SQLSMALLINT)MADB_SetString(isWChar ? &Dbc->Charset : NULL,
(void *)InfoValuePtr, BUFFER_CHAR_LEN(BufferLength, isWChar), "Y", SQL_NTS, &Dbc->Error);
break;
case SQL_OJ_CAPABILITIES:
MADB_SET_NUM_VAL(SQLUINTEGER, InfoValuePtr, SQL_OJ_LEFT | SQL_OJ_RIGHT |
SQL_OJ_NESTED | SQL_OJ_INNER, StringLengthPtr);
Expand Down

0 comments on commit 99a8ac0

Please sign in to comment.