1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
John Hawthorn 19dc69cb07 Fix where_clause#except with specific where value
Fixes a regression introduced in
22ca710f20 where Relation#unscope with a
specific where value (vs unscoping the entire where clause) could result
in the wrong binds being left on the query.

This was caused by an index variable not being incremented properly.
2017-03-20 15:52:35 -07:00
..
active_record/connection_adapters
assets
cases Fix where_clause#except with specific where value 2017-03-20 15:52:35 -07:00
fixtures Correct spelling 2017-02-05 19:00:18 -06:00
migrations
models Fix extension method with dirty target in has_many associations 2017-03-20 18:49:14 +09:00
schema Correctly dump native timestamp types for MySQL 2017-02-23 12:51:49 +09:00
support Handle non-existing $ARCONN 2017-02-27 08:23:02 -06:00
.gitignore
config.example.yml
config.rb