Skip to content

Conversation

@bchoudhary6415
Copy link
Collaborator

This PR addresses #161.

Now updated Boolean will renders as BOOLEAN.

import sqlalchemy as sa

url = "db2+ibm_db://db2inst1:password@localhost:50000/testdb"

engine = sa.create_engine(url)
print(sa.Boolean().compile(engine.dialect))

prints BOOLEAN

Signed-off-by: Balram Choudhary <bchoudhary@rocketsoftware.com>
@bimalkjha bimalkjha merged commit bb1fcbd into ibmdb:master Aug 20, 2025
2 checks passed
@bchoudhary6415 bchoudhary6415 deleted the ibmdbsa_boolean branch August 21, 2025 04:57
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.

2 participants