clickhouse-sqlalchemy
clickhouse-sqlalchemy copied to clipboard
Add boolean converter for http driver
- fixes #
Checklist:
- [ ] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
- [ ] Add or update relevant docs, in the docs folder and in code.
- [ ] Ensure PR doesn't contain untouched code reformatting: spaces, etc.
- [ ] Run
flake8and fix issues. - [ ] Run
pytestno tests failed. See https://clickhouse-sqlalchemy.readthedocs.io/en/latest/development.html.