Database table list sort by size bug

[expired user #7029]'s profile image [expired user #7029] posted 8 years ago in General Permalink

When sorted by size the order is wrong due to GiB, MiB, ... See my screenshoot. Should be easy to fix!

1 attachment(s):
  • Screenshot-2016-02-07-9_19_58
Code modification/commit from ansgarbecker, 8 years ago, revision 5047
Format byte numbers so that we never get a thousands separator in it. Prevents us from running into a conversion bug in helpers.CleanupNumber(). See http://www.heidisql.com/forum.php?t=20612
ansgar's profile image ansgar posted 8 years ago Permalink

These numbers with thousands separators cause this issue. r5048 has a fix for that. You should see now a value of "0,9 GiB" or something instead of "1.014,9 MiB".

Please login to leave a reply, or register at first.