Changes between Version 31 and Version 32 of QueuesPlugin


Ignore:
Timestamp:
May 24, 2015, 8:35:52 PM (9 years ago)
Author:
anonymous
Comment:

1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INTEGER) ASC

Legend:

Unmodified
Added
Removed
Modified
  • QueuesPlugin

    v31 v32  
    8181ORDER BY CAST((CASE p.value
    8282                WHEN '' THEN '0'
    83                 ELSE COALESCE(p.value,'0') END) AS INTEGER) ASC,
     83                ELSE COALESCE(p.value,'0') END) AS UNSIGNED) ASC,
    8484         t.changetime DESC
    8585}}}