浏览代码

Fixed table sort for numeric types

Andrew Kane 8 年之前
父节点
当前提交
0fc2cfa5c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controllers/blazer/queries_controller.rb

+ 1 - 1
app/controllers/blazer/queries_controller.rb

@@ -191,7 +191,7 @@ module Blazer
             case @first_row[i]
             when Integer
               "int"
-            when Float
+            when Float, BigDecimal
               "float"
             else
               "string-ins"