aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/bind_parameter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* rm `Column#cast_type`Sean Griffin2015-02-031-1/+1
* Remove Relation#bind_paramsSean Griffin2015-01-271-16/+4
* Use an `Attribute` object to represent a bind valueSean Griffin2015-01-271-2/+2
* Correctly fetch bind_values from join in subquerybrainopia2015-01-061-1/+9
* Remove the unused second argument to `substitute_at`Sean Griffin2014-11-171-2/+2
* rm `reorder_bind_params`Sean Griffin2014-11-171-2/+2
* Remove `Column#primary`Sean Griffin2014-05-231-5/+3
* Merge pull request #14524 from tgxworld/fix_unsubscribe_from_notificationsYves Senn2014-03-291-6/+6
|\
| * Fix tests not unsubscribing from Notifications.Guo Xiang Tan2014-03-281-2/+2
|/
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* log bind variables after they were type casted.Yves Senn2013-11-091-0/+11
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-36/+30
* fix todo: use minitest skip instead of return nilFrancesco Rodriguez2012-05-131-9/+8
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* use index based substitution for bind parametersAaron Patterson2011-04-131-1/+1
* fixing tests on 1.8, using a list of lists because order is importantAaron Patterson2011-02-101-1/+1
* simplify bind parameter loggingAaron Patterson2011-02-101-1/+1
* bind parameters are logged to debug logAaron Patterson2011-02-101-2/+36
* test cases for bind parameter loggingAaron Patterson2011-02-101-0/+56