aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation/where_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Suppress warnings of `assigned but unused variable`yui-knk2015-10-171-2/+0
* `where` raises ArgumentError on unsupported types.Jake Worth2015-10-161-0/+6
* Fix AC::Parameters not being sanitized for query methods.Guo Xiang Tan2015-10-021-0/+26
* Respect custom primary keys for associations in `Relation#where`Sean Griffin2015-02-041-1/+37
* Fix bind value copying from subqueried relationsSean Griffin2015-01-191-0/+8
* Properly copy nested bind values from subqueried relationsSean Griffin2015-01-091-9/+21
* Remove deprecated behavior allowing nested arrays as query valuesMelanie Gilman2014-12-041-6/+0
* Fix test which failed in isolationSean Griffin2014-11-011-0/+1
* Fix query with nested array in Active RecordCristian Bica2014-09-061-1/+3
* Add a test case of nested empty array values in conditionsJean Boussier2014-08-171-0/+4
* Fixed AR::Relation#where edge case with Hash and other RelationBogdan Gusiev2014-08-141-0/+9
* active_record: Type cast booleans and durations for string columns.Dylan Thacker-Smith2014-07-061-1/+32
* Better support for `where()` conditions that use an association name.Martin Emde2013-12-161-0/+34
* Delegate #rewhere to all on the class like all other relation methodsDavid Heinemeier Hansson2013-11-021-0/+4
* check class hierarchy with is_a? in PredicateBuilder.expandMikhail Dieterle2013-08-271-0/+25
* Handle aliased attributes in ActiveRecord::Relation.Godfrey Chan2013-05-011-0/+8
* Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"Steve Klabnik2013-02-271-25/+0
* Reverting e170014113 (Change behaviour with empty hash in where clause)Guillermo Iguaran2013-02-081-6/+2
* Reverting 16f6f25 (Change behaviour with empty array in where clause)Guillermo Iguaran2013-02-081-3/+1
* Change behaviour with empty array in where clauserobertomiranda2013-02-081-1/+3
* Change behaviour with empty hash in where clauserobertomiranda2013-02-081-2/+6
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-0/+25
* reduce the number of queries on IN clauses, fix relation queries in `where`Aaron Patterson2013-01-241-1/+14
* Fix syntax error and remove duplicated testCarlos Antonio da Silva2013-01-081-6/+4
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-081-0/+6
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-6/+0
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-071-0/+6
* Move where with blank conditions test to the correct where tests fileCarlos Antonio da Silva2012-12-071-0/+6
* fix querying with an empty hashDamien Mathieu2012-09-191-1/+10
* Fix nested association referencesJon Leighton2012-09-121-38/+31
* Accept belongs_to assoc. keys in ActiveRecord queriesbeerlington2012-09-111-1/+69
* predicate builder should not recurse for determining where columns.Aaron Patterson2012-05-301-0/+19