You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running cargo run -- sql 'select * from sys_status' it prints the table of currently running invocations. On my machine, it happens that some values are so long that they got broken into multiple lines. Due to this, it is not possible to double click to select the value of the column.
See the ID column for example:
The text was updated successfully, but these errors were encountered:
When running
cargo run -- sql 'select * from sys_status'
it prints the table of currently running invocations. On my machine, it happens that some values are so long that they got broken into multiple lines. Due to this, it is not possible to double click to select the value of the column.See the ID column for example:
The text was updated successfully, but these errors were encountered: