Skip to content

Comments

Fix BLOB fetch returning False in ibm_db.result() (Fixes #1043)#1046

Merged
bimalkjha merged 1 commit intoibmdb:masterfrom
bchoudhary6415:ibmdb_issue
Feb 19, 2026
Merged

Fix BLOB fetch returning False in ibm_db.result() (Fixes #1043)#1046
bimalkjha merged 1 commit intoibmdb:masterfrom
bchoudhary6415:ibmdb_issue

Conversation

@bchoudhary6415
Copy link
Collaborator

Fixes incorrect BLOB handling in ibm_db.result() where
SQL_BLOB/SQL_BINARY values were returned as False instead
of Python bytes objects.
Implements proper SQL_C_BINARY fetch logic with support
for large BLOBs.

Fixes #1043

Signed-off-by: Balram Choudhary <bchoudhary@rocketsoftware.com>
@bimalkjha bimalkjha merged commit 62ce7b2 into ibmdb:master Feb 19, 2026
8 checks passed
@bchoudhary6415 bchoudhary6415 deleted the ibmdb_issue branch February 19, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ibm_db execute_many() is not working as expected for BLOB and CLOB data type.

2 participants