1. 23 12月, 2014 3 次提交
    • S
      Correctly handle limit on int4 and int8 types in PG · b0f2b94d
      Sean Griffin 提交于
      PG doesn't register it's types using the `int(4)` format that others do.
      As such, if we alias `int8` to the other integer types, the range
      information is lost. This is fixed by simply registering it separately.
      
      The other option (which I specifically chose to avoid) is to pass the
      information of the original type that was being aliased as an argument.
      I'd rather avoid that, since an alias should truly be treated the same.
      If we need different behavior for a different type, we should explicitly
      register it with that, and not have a conditional based on aliasing.
      
      Fixes #18144
      
      [Sean Griffin & ysbaddaden]
      b0f2b94d
    • Z
      Merge branch 'master' of github.com:rails/rails · 03698089
      Zachary Scott 提交于
      03698089
    • Z
      Remove this section, it adds no real value [ci skip] · 3cc9359c
      Zachary Scott 提交于
      3cc9359c
  2. 22 12月, 2014 31 次提交
  3. 21 12月, 2014 6 次提交