Skip to content

Commit

Permalink
Fix and testcase for the Bug ODBC-26
Browse files Browse the repository at this point in the history
The patch fixes various problems around DAE functionality, and in
particular with WCHAR type at DAE
  • Loading branch information
lawrinn committed Jan 10, 2016
1 parent d5130e7 commit 34d62c7
Show file tree
Hide file tree
Showing 8 changed files with 143 additions and 530 deletions.
1 change: 0 additions & 1 deletion ma_connection.c
Expand Up @@ -751,7 +751,6 @@ SQLRETURN MADB_DbcGetFunctions(MADB_Dbc *Dbc, SQLUSMALLINT FunctionId, SQLUSMALL
}
/* }}} */


/* {{{ MADB_DbcGetInfo */
SQLRETURN MADB_DbcGetInfo(MADB_Dbc *Dbc, SQLUSMALLINT InfoType, SQLPOINTER InfoValuePtr,
SQLSMALLINT BufferLength, SQLSMALLINT *StringLengthPtr, my_bool isWChar)
Expand Down

0 comments on commit 34d62c7

Please sign in to comment.