python-pinot-dbapi / pinot-dbapi

Python DB-API and SQLAlchemy dialect for Pinot
MIT License
20 stars 33 forks source link

add bool and timestamp #43

Closed walterddr closed 2 years ago

walterddr commented 2 years ago

Add type casting for bool and timestamp. See #42

walterddr commented 2 years ago

This one should be good to go. tested manually. will add test along with test framework later