Mike Ritchie

Results 4 issues of Mike Ritchie

driver doesn't support new `JSON` type added in 22.3 (I'm using 22.3.3.44 )

feature request

The regex used to catch error messages from the clickhouse server is missing error codes with 3 digits e.g. error code 215. The change below would fix it, but I...

The [uc_catalog](https://github.com/duckdb/uc_catalog) extension supports the following: ```sql INSTALL uc_catalog from core_nightly; INSTALL delta from core; LOAD delta; LOAD uc_catalog; CREATE SECRET ( TYPE UC, TOKEN '${UC_TOKEN}', ENDPOINT '${UC_ENDPOINT}', AWS_REGION '${UC_AWS_REGION}'...