When sorted by size the order is wrong due to GiB, MiB, ... See my screenshoot. Should be easy to fix!
Database table list sort by size bug
Code modification/commit
187a56a
from ansgarbecker,
9 years ago,
revision 9.3.0.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
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.