Changeset: f744e1980b98 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f744e1980b98
Modified Files:
clients/odbc/driver/SQLGetCursorName.c
Branch: default
Log Message:
Merge with Oct2014 branch.
diffs (21 lines):
diff --git a/clients/odbc/driver/SQLGetCursorName.c
b/clients/odbc/driver/SQLGetCursorName.c
--- a/clients/odbc/driver/SQLGetCursorName.c
+++ b/clients/odbc/driver/SQLGetCursorName.c
@@ -59,7 +59,7 @@ SQLGetCursorName(SQLHSTMT StatementHandl
ODBCStmt *stmt = (ODBCStmt *) StatementHandle;
#ifdef ODBCDEBUG
- ODBCLOG("SQLGetCursorName " PTRFMT " %d " PTRFMT "\n",
+ ODBCLOG("SQLGetCursorName " PTRFMT " " PTRFMT " %d " PTRFMT "\n",
PTRFMTCAST StatementHandle, PTRFMTCAST CursorName,
(int) BufferLength, PTRFMTCAST NameLengthPtr);
#endif
@@ -96,7 +96,7 @@ SQLGetCursorNameW(SQLHSTMT StatementHand
SQLCHAR *cursor;
#ifdef ODBCDEBUG
- ODBCLOG("SQLGetCursorNameW " PTRFMT " %d " PTRFMT "\n",
+ ODBCLOG("SQLGetCursorNameW " PTRFMT " " PTRFMT " %d " PTRFMT "\n",
PTRFMTCAST StatementHandle, PTRFMTCAST CursorName,
(int) BufferLength, PTRFMTCAST NameLengthPtr);
#endif
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list