mahmoudimus / sqlalchemy-citext

CITEXT type for SQLAlchemy
Other
29 stars 14 forks source link

Add a `literal_processor` method to the `CIText` class #16

Closed libre-man closed 4 years ago

libre-man commented 4 years ago

This makes it possible to compile queries with literal_binds set to True.

This fixes #15.

mahmoudimus commented 4 years ago

@libre-man this is awesome! thank you so much! i will look into this, bump it to 1.7.0 and release to pypi shortly.