1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/relation
Sean Griffin 8436e2c2bd Remove Relation#bind_values=
The last place that was assigning it was when `from` is called with a
relation to use as a subquery. The implementation was actually
completely broken, and would break if you called `from` more than once,
or if you called it on a relation, which also had its own join clause,
as the bind values would get completely scrambled. The simplest solution
was to just move it into its own array, since creating a `FromClause`
class for this would be overkill.
2015-01-26 16:20:58 -07:00
..
predicate_builder Remove unneeded requires 2015-01-04 12:11:03 -03:00
batches.rb Remove all cases of manuallly wrapping Arel::Nodes::Quoted 2014-12-29 11:21:56 -07:00
calculations.rb Change having_values to use the WhereClause class 2015-01-26 14:44:05 -07:00
delegation.rb Remove unneeded require 'as/deprecation' 2015-01-04 07:45:07 -08:00
finder_methods.rb Don't remove join dependencies in Relation#exists? 2015-01-23 12:05:14 -07:00
merger.rb Remove Relation#bind_values= 2015-01-26 16:20:58 -07:00
predicate_builder.rb Expand the number of types which can use prepared statements 2015-01-24 21:07:55 -07:00
query_methods.rb Remove Relation#bind_values= 2015-01-26 16:20:58 -07:00
spawn_methods.rb Remove references to :bind in except 2015-01-25 16:40:23 -07:00
where_clause.rb Change having_values to use the WhereClause class 2015-01-26 14:44:05 -07:00
where_clause_factory.rb Move the construction of WhereClause objects out of Relation 2015-01-25 16:53:46 -07:00