Visual artifact when showing decimal numbers column next to long string

Claus Pedersen

Member³
I have the following select:
SQL:
SELECT '12345678901234567890' abc, 9000.01 xyz FROM dual

I select 'Column width to header'.

Now the decimal number is shown, so the first 9 partly overlaps the small square (...) and the vertical grid separator that belongs to the string.

I am using comma as decimal separator in my client.

Not a biggie, and the error was present in version 13 as well, but it would be nice to have it fixed.
 
The column is right-aligned, so if you select 'Column width to header', the first character(s) can indeed fall off if the column data is wider than the header.
 
Back
Top