-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hello SQuirreL SQL team,
I would like to ask You for an improvement regarding numeric data right alignment (even to decimal separator) in ResultSet table. Today when I select numeric (tinyint, smallint, int, bigint, decimal, real, generic numeric...) data, they are aligned to the left same as string, lob, timestamp... And it is hard to read numeric data in column.
I would like to have numeric data aligned to the right (setting e. g. in Global Preferences -> Data Type Controls -> FLOAT...). This setting could be done in simple way (align to the right) or in more sophisticated way (align to the right by decimal separator like comma, dot) only in case of noninteger datatypes. The sophisticated way could be influenced by already implemented minimum and maximum number of decimal digits in Data Type Controls. The behavior would result in the same behavior like in current spreadsheet applications.
For better explanation one can see attached screenshot comparing current look in SQuirreL SQL and MS Excel.
Thank You in advantage, Stepan
