Skip to content

Add DRDA fast load (ZLOAD) support for python-ibmdb - #1069

Merged
bimalkjha merged 3 commits into
ibmdb:masterfrom
Earammak:zload_support
Aug 18, 2026
Merged

Add DRDA fast load (ZLOAD) support for python-ibmdb#1069
bimalkjha merged 3 commits into
ibmdb:masterfrom
Earammak:zload_support

Conversation

@Earammak

Copy link
Copy Markdown
Collaborator

This PR adds DRDA fast load (zLOAD) support to python-ibmdb at both the C extension layer and the DB-API layer, including async wrappers and integration tests.

Added zload_begin(), zload_put_data(), zload_end(), and zload_get_diag() to the ibm_db C extension layer.
Added corresponding DB-API wrappers in ibm_db_dbi.
Added async wrappers for zLOAD operations.
Added zLOAD diagnostic retrieval support.
Added file-based chunked streaming support through zload_from_file().
Added integration tests for zLOAD functionality, including async coverage.

@Earammak Earammak linked an issue Aug 18, 2026 that may be closed by this pull request
@bimalkjha
bimalkjha merged commit 2a07ac1 into ibmdb:master Aug 18, 2026
8 checks passed
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.

Enhancement Feature to Load Data with DRDA fast load (zLoad)

2 participants