Skip to content

BUG: DuckDB - Reversed order of columns in results of a query #1385

@PetrMuzikar

Description

@PetrMuzikar

Hi,

I create a new DuckDB database and run a simple query:

SELECT name, value FROM duckdb_settings();

Results show reversed columns:

Image

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.

Metadata

Metadata

Assignees

Labels

solvedPushed into GIT, but not yet released (after release issue will be closed)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions