Harsh Vardhan Goswami 🐳
Harsh Vardhan Goswami 🐳
*Issue #, if available:* N/A *Description of changes:* - Introduced ClickHouseRunnerEnhanced class to add support for direct HTTPS URLs (in addition to S3). - Updated buildQuery and buildS3Uri methods in...
Key Changes - Config API Enhancements: Added a new optional flag to the configuration allowing users to enable AWS managed output buckets during setup instead of specifying a custom S3...
## Observed 1. **Connecting with the `clickhouse-go` driver to ClickHouse Cloud (Azure & GCP) fails with a `connection reset by peer` error.** 2. **Self-hosted ClickHouse deployments work perfectly fine with...
Implement driver-side prepared statements for non-INSERT queries in the database/sql compatibility layer. Changes: - Introduce stdStmt and wire it into PrepareContext for non-INSERT statements - Implement StmtQueryContext/StmtExecContext using underlying connection...