Commit 6904da0
committed
fix(odbc): binary data was extracted as text
This commit modifies the null handling logic in the OdbcBridge by changing the method used to retrieve binary data from the cursor. The update ensures that the correct binary data is processed, enhancing the reliability of data fetching in ODBC connections.1 parent 82d56f2 commit 6904da0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
0 commit comments