Skip to content

Feature request: Show data type in table output #1

@amoeba

Description

@amoeba

Currently, when I run a query, I get something like,

> select 1;
┌─────┐
│ 1   │
├─────┤
│ 1.0 │
└─────┘

I think it'd be an nice improvement of the output showed the data type, similar to DuckDB:

D select 1;
┌───────┐
│   1   │
│ int32 │
├───────┤
│   1   │
└───────┘

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions