Add support for raw queries without going through query builder (#234)
Summary
Implements raw SQL query support as requested in #234.
@ozgurcancal, let's resolve the conflicts, add a bit more docs as @loyd requested and then we can merge.
CH Cloud test failures can be ignored, cause it's secrets pull issue for now, need to re-do the setup to support PRs from external contributors. The rest (rustfmt, docs) should be fixed before merging.
CH Cloud test failures can be ignored, cause it's secrets pull issue for now, need to re-do the setup to support PRs from external contributors. The rest (rustfmt, docs) should be fixed before merging.
I have addressed the suggested fixes. Thanks for the support, next time my PR will be much cleaner :)
I think we shouldn't merge this PR until https://github.com/ClickHouse/clickhouse-rs/issues/157#issuecomment-3026753546 is discussed