Skip to content

Commit 3818ede

Browse files
committed
Removing conflicts
1 parent a70bf38 commit 3818ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mssql_python/pybind/ddbc_bindings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2848,7 +2848,7 @@ py::object FetchLobColumnData(SQLHSTMT hStmt, SQLUSMALLINT colIndex, SQLSMALLINT
28482848
LOG_ERROR("FetchLobColumnData: Failed to decode with '%s' for column %d: %s",
28492849
charEncoding.c_str(), colIndex, e.what());
28502850
// Return raw bytes as fallback
2851-
return raw_bytes
2851+
return raw_bytes;
28522852
}
28532853
}
28542854

0 commit comments

Comments
 (0)