Skip to content

Query result rows should be text fields #1336

Description

@Tomburgs

Problem

Currently when you run a query it will return the result in a data grid, but the column rows are not text fields, so you cannot double click them or CMD+C copy the value. This is possible in other editors, e.g TablePlus.

For example

SELECT 'A', 'B'

would return this
Image
however, I cannot double click it to expand it (and then copy it) the way I could in TablePlus, see:
Image

when focusing on the column and doing CMD+C it ends up copying all of the columns:

A	B

this is on version 0.43.0 on MacOS 26.2

Proposed solution

it'd be great if it opened up in a text field or at the very least made it possible to copy it without right-clicking and going through all the sub-menus.

Alternatives considered

No response

Related database type

N/A / General

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions