1. 08 4月, 2014 2 次提交
  2. 05 4月, 2014 1 次提交
  3. 03 4月, 2014 1 次提交
  4. 01 4月, 2014 1 次提交
  5. 31 3月, 2014 1 次提交
  6. 26 3月, 2014 3 次提交
  7. 25 3月, 2014 5 次提交
  8. 25 2月, 2014 1 次提交
  9. 19 2月, 2014 2 次提交
  10. 18 2月, 2014 1 次提交
  11. 12 2月, 2014 1 次提交
    • L
      Allow assignment right member to reference columns · d1ec33d6
      Loic Nageleisen 提交于
      Such queries become possible for mortals:
      
      ```ruby
      table.where(table[:qux].eq 'zomg').compile_update(table[:foo] => table[:bar])
      ```
      
      Arguably much more sane than using `engine.connection.quote_column_name`
      or `engine.connection.visitor.accept` on the right hand (bar), which is
      totally leaking the abstraction.
      d1ec33d6
  12. 11 2月, 2014 8 次提交
  13. 08 2月, 2014 3 次提交
  14. 06 2月, 2014 6 次提交
  15. 05 2月, 2014 1 次提交
    • V
      PostgreSQL bugfix for invalid SQL in subqueries · f3938cd7
      vanderhoorn 提交于
      In commit 68a95542 the last_column feature of ToSql was removed. The visit_Arel_Nodes_Matches and visit_Arel_Nodes_DoesNotMatch methods are overwritten in the PostgreSQL class, but were not updated appropriately. This commit fixes the issue accordingly.
      
      This bug affects at least all update_all statements in Rails 4.0.2 that have subqueries with ILIKE statements on PostgreSQL. The bug is present in Arel 4.0.1 and later, so it probably affects most Rails 4.0.2 projects.
      
      It would be highly appreciated if Arel 4 could get a point release as well. Thanks for your continued work.
      f3938cd7
  16. 15 1月, 2014 1 次提交
  17. 07 1月, 2014 1 次提交
  18. 05 1月, 2014 1 次提交