What did you do?
I changed the display format of a column containing REAL values to printf('%.2f', "Price"). Clicking the column header to sort the table by the REAL values provides mixed ordering of values.
What did you expect to see?
I expected that changing the display format has no impact to the sort order of the column.
What did you see instead?
The sort order is unordered regarding to REAL values.
DB4S Version
3.13.0-rc1
What OS are you seeing the problem on?
Windows
OS version
No response
Relevant log output
No response
Prevention against duplicate issues
What did you do?
I changed the display format of a column containing REAL values to printf('%.2f', "Price"). Clicking the column header to sort the table by the REAL values provides mixed ordering of values.
What did you expect to see?
I expected that changing the display format has no impact to the sort order of the column.
What did you see instead?
The sort order is unordered regarding to REAL values.
DB4S Version
3.13.0-rc1
What OS are you seeing the problem on?
Windows
OS version
No response
Relevant log output
No response
Prevention against duplicate issues