What's Changed
- Date formats: improve date format regex by @pholser in #2128
- Duckdb: fix schema check for db in file by @m1n0 in #2130
- Snowflake: support custom hostname and port @whummer in #2109
- Improve user provided query sanitization. by @jzalucki in #2131
- Scan Context: read/write data from/to a scan by @m1n0 in #2134
- Add sslmode support to postgres and denodo by @m1n0 in #2066
- Sqlserver: add support for custom parameters. by @jzalucki in #2132
Breaking changes
- Ensure unique query names. by @jzalucki in #2117 - change in query naming logic. Query names are now sequentially numbered to ensure uniqueness. This is potentially a breaking change.
New Contributors
Full Changelog: v3.3.10...v3.3.11