Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] present result vertical #251

Open
jtorvald opened this issue Jan 7, 2025 · 0 comments
Open

[FEATURE] present result vertical #251

jtorvald opened this issue Jan 7, 2025 · 0 comments
Labels
kind/enhancement New feature or request

Comments

@jtorvald
Copy link

jtorvald commented Jan 7, 2025

Is your feature request related to a problem? Please describe.
When columns contain large texts or blobs of JSON for example. I really like the \G statement terminator in MySQL that displays the columns as rows.

Describe the solution you'd like
Instead of ; use \G to terminate a query.

Showing results like

SELECT * FROM table LIMIT 3\G
*************************** 1. row ***************************
           id: 1
           json: {"a":"1"}
*************************** 2. row ***************************
           id: 2
           json: {"b":"2"}
*************************** 3. row ***************************
           id: 3
           json: {"c":"3"}

or even nicer like the columns are formatted now.

@jtorvald jtorvald added the kind/enhancement New feature or request label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant