鐘翊修
鐘翊修
### Before submitting a bug report - [X] I updated to the latest version of Multi-Account Container and tested if I can reproduce the issue - [X] I searched for...
**Describe the bug** when only explictly load cache_httpfs attach duckdb database by https or s3 won't auto load httpfs. **To Reproduce** ```sql LOAD cache_httpfs; ATTACH 's3://duckdb-blobs/databases/stations.duckdb' AS stations_db; ``` **Expected...
**Describe the bug** with cache_httpfs loaded, duckdb unable to read a duckdb file from http. **To Reproduce** ```sql FORCE INSTALL cache_httpfs FROM community; LOAD cache_httpfs ATTACH 's3://duckdb-blobs/databases/stations.duckdb' AS stations_db; ```...
rainfrog --url postgresql://postgres:password@[::1]:5432/postgres doesn't work the error message > rainfrog error: Something went wrong > Error: > 0: error occurred while attempting to establish a TLS connection: invalid dns name...
tested platform: linux x64 (debian testing), osx m3 (tahoe 26.1) rust = 1.91 when using onetun (multiple tunnels), will get error message like the following > thread 'tokio-runtime-worker' (18508116) panicked...