Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Sort problem with numeric columns
Hi,
First of all this is my first message on this board, I just installed SQLyog and it seems very cool, good work.
I noticed a little bug/problem, when I click on a column header that hold numeric value the sort is done alphabetically so i have:
1
10
11
12
2
Hope you can solve this.
Byez.
It works perfectly for me (v3.11). What is the exact column type?
Ops, you are right, it happens only with query like this:
SHOW PROCESSLIST
Perhaps for table-based queries SQLyog remember the column type…
This is a mysql bug or issue. (I'm not sure it's a bug. It may be designed that way)
Show process list gives back a table of all chars (or varchars) SQLyo is actually handeling them correctly.
=C=