restate icon indicating copy to clipboard operation
restate copied to clipboard

Cannot select full column value when using restate sql

Open tillrohrmann opened this issue 2 years ago • 0 comments

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: Screenshot 2023-12-08 at 09 46 59

tillrohrmann avatar Dec 08 '23 08:12 tillrohrmann