aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/bind_parameter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Address test_statement_cache_with_in_clause failure due to nondeterministic s...Yasuo Honda2019-06-201-1/+1
* Don't expose internal `type_casted_binds` methodRyuta Kamizono2019-03-191-1/+1
* Ensure `clear_cache!` clears the prepared statements cacheRyuta Kamizono2019-03-061-0/+4
* Enable SQL statement cache for `find` on base class as with `find_by`Ryuta Kamizono2019-03-011-3/+22
* Don't cache `find_by` statements on STI subclassesRyuta Kamizono2019-02-271-4/+17
* Fix prepared statements caching to be enabled even when query caching is enabledRyuta Kamizono2019-02-261-2/+55
* Merge pull request #35286 from matthewdunbar/masterRyuta Kamizono2019-02-161-0/+12
|\
| * Properly handle cached queries with too many bind parametersMatthew Dunbar2019-02-141-0/+10
|/
* Remove deprecated `#supports_statement_cache?` from the database adaptersRafael Mendonça França2019-01-171-4/+0
* Checking boundable not only `IN` clause but also `NOT IN` clauseRyuta Kamizono2018-11-031-0/+4
* Lazy checking whether or not values in IN clause are boundableRyuta Kamizono2018-10-241-1/+1
* Fallback to unprepared statement only when bind params limit is exceededRyuta Kamizono2018-09-141-0/+6
* Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-1/+1
* Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-211-0/+2
|\
| * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"Sean Griffin2017-07-211-3/+4
|/
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-041-4/+3
* Deprecate `supports_statement_cache?`Ryuta Kamizono2017-05-011-2/+5
* Restore `fixtures :author_addresses`Ryuta Kamizono2017-04-271-1/+1
* Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-261-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-1/+1
* Fix `LogSubscriber` to allow legacy `binds`Ryuta Kamizono2017-03-231-58/+63
* Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-1/+1
* Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-4/+4
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-12/+12
* Pass `type_casted_binds` to log subscriber for logging bind values properlyRyuta Kamizono2016-07-191-1/+10
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-1/+2
* `substitute_at` is no longer usedRyuta Kamizono2016-01-141-1/+1
* 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