Hi,
I create a new DuckDB database and run a simple query:
SELECT name, value FROM duckdb_settings();
Results show reversed columns:
I expect first column: name, second column: value. This is a tiny bug and I can deal with it but it's an unexpected inconsistency.
Version Information
- OS: Ubuntu 24.04.4 LTS
- App Version: DBGate Premium 7.1.2
- Install source: AppImage
- Type: Application
- Database engine: DuckDB 1.2.1.
I've tried the same query in DuckDB CLI 1.2.1 and it shows the columns in the expected order: name, and then value.
Hi,
I create a new DuckDB database and run a simple query:
SELECT name, value FROM duckdb_settings();Results show reversed columns:
I expect first column: name, second column: value. This is a tiny bug and I can deal with it but it's an unexpected inconsistency.
Version Information
I've tried the same query in DuckDB CLI 1.2.1 and it shows the columns in the expected order: name, and then value.