Sfoglia il codice sorgente

Fixed table sort for numeric types

Andrew Kane 8 anni fa
parent
commit
0fc2cfa5c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"