Open kburtram opened 2 weeks ago
also, if there are multiple lines in the message, it ends up not spacing properly
@laurennat Can you share the repro query for this?
select 2 for json auto
@caohai Same issue. This is the query I used:
INSERT INTO authors (id, first_name, middle_name, last_name) VALUES
(6, 'Frank', 'Patrick', 'Herbert'),
(7, 'Orson', 'Scott', 'Card'),
(8, 'Suzanne', NULL, 'Collins'),
(9, 'Andy', NULL, 'Weir'),
(10, 'Yuval', 'Noah', 'Harari');
Result:
Expected: Text more in the left of the visible pane.
Actual: Text is way too far to the right.
For reference here's what it looks like in ADS: