-
-
Notifications
You must be signed in to change notification settings - Fork 416
Closed
Labels
solvedPushed into GIT, but not yet released (after release issue will be closed)Pushed into GIT, but not yet released (after release issue will be closed)
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
solvedPushed into GIT, but not yet released (after release issue will be closed)Pushed into GIT, but not yet released (after release issue will be closed)