Skip to content

Commit 62a83c9

Browse files
committed
fix linting
1 parent b27027e commit 62a83c9

File tree

2 files changed

+119
-78
lines changed

2 files changed

+119
-78
lines changed

mssql_python/pybind/ddbc_bindings.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4206,9 +4206,6 @@ SQLRETURN FetchAll_wrap(SqlHandlePtr StatementHandle, py::list& rows,
42064206
SQLSMALLINT dataType = colMeta["DataType"].cast<SQLSMALLINT>();
42074207
SQLULEN columnSize = colMeta["ColumnSize"].cast<SQLULEN>();
42084208

4209-
printf("[DEBUG] FetchAll_wrap: Column %d - dataType=%d, columnSize=%lu\n", i + 1, dataType,
4210-
(unsigned long)columnSize);
4211-
42124209
// Detect LOB columns that need SQLGetData streaming
42134210
// sql_variant always uses SQLGetData for native type preservation
42144211
if (dataType == SQL_SS_VARIANT ||

0 commit comments

Comments
 (0)