1. 20 2月, 2015 1 次提交
  2. 18 2月, 2015 1 次提交
  3. 08 2月, 2015 1 次提交
  4. 07 2月, 2015 1 次提交
    • S
      Allow a symbol to be passed to `attribute`, in place of a type object · 101c19f5
      Sean Griffin 提交于
      The same is not true of `define_attribute`, which is meant to be the low
      level no-magic API that sits underneath. The differences between the two
      APIs are:
      
      - `attribute`
        - Lazy (the attribute will be defined after the schema has loaded)
        - Allows either a type object or a symbol
      - `define_attribute`
        - Runs immediately (might get trampled by schema loading)
        - Requires a type object
      
      This was the last blocker in terms of public interface requirements
      originally discussed for this feature back in May. All the
      implementation blockers have been cleared, so this feature is probably
      ready for release (pending one more look-over by me).
      101c19f5
  5. 30 1月, 2015 1 次提交
    • R
      Fix `test_types_line_up` when column type missing · add37bd6
      Ryuta Kamizono 提交于
      a column type `xml` is missing in regexp pattarn. However,
      `assert_equal 1, lengths.uniq.length` is success when `lengths` are all
      `nil` because a column type is missing. a test will be failed by using
      `compact` when a column type is missing.
      add37bd6
  6. 19 1月, 2015 1 次提交
  7. 06 1月, 2015 1 次提交
  8. 02 1月, 2015 1 次提交
  9. 19 12月, 2014 1 次提交
  10. 02 12月, 2014 1 次提交
  11. 21 11月, 2014 1 次提交
  12. 05 11月, 2014 1 次提交
  13. 13 10月, 2014 1 次提交
  14. 17 9月, 2014 1 次提交
  15. 11 9月, 2014 4 次提交
  16. 03 9月, 2014 2 次提交
  17. 15 8月, 2014 1 次提交
  18. 27 6月, 2014 2 次提交
  19. 10 6月, 2014 1 次提交
  20. 06 6月, 2014 1 次提交
  21. 03 6月, 2014 1 次提交
  22. 23 5月, 2014 1 次提交
  23. 22 5月, 2014 1 次提交
    • S
      Move extract_scale to decimal type · e45e4f44
      Sean Griffin 提交于
      The only type that has a scale is decimal. There's a special case where
      decimal columns with 0 scale are type cast to integers if the scale is
      not specified. Appears to only affect schema dumping.
      e45e4f44
  24. 11 3月, 2014 1 次提交
  25. 10 3月, 2014 1 次提交
  26. 14 1月, 2014 1 次提交
  27. 08 1月, 2014 1 次提交
  28. 08 11月, 2013 1 次提交
  29. 22 10月, 2013 1 次提交
  30. 22 9月, 2013 1 次提交
  31. 10 7月, 2013 1 次提交
  32. 05 4月, 2013 1 次提交
  33. 31 3月, 2013 1 次提交
  34. 28 3月, 2013 2 次提交