| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't expose internal `type_casted_binds` method | Ryuta Kamizono | 2019-03-19 | 1 | -1/+1 |
* | Ensure `clear_cache!` clears the prepared statements cache | Ryuta Kamizono | 2019-03-06 | 1 | -0/+4 |
* | Enable SQL statement cache for `find` on base class as with `find_by` | Ryuta Kamizono | 2019-03-01 | 1 | -3/+22 |
* | Don't cache `find_by` statements on STI subclasses | Ryuta Kamizono | 2019-02-27 | 1 | -4/+17 |
* | Fix prepared statements caching to be enabled even when query caching is enabled | Ryuta Kamizono | 2019-02-26 | 1 | -2/+55 |
* | Merge pull request #35286 from matthewdunbar/master | Ryuta Kamizono | 2019-02-16 | 1 | -0/+12 |
|\ |
|
| * | Properly handle cached queries with too many bind parameters | Matthew Dunbar | 2019-02-14 | 1 | -0/+10 |
|/ |
|
* | Remove deprecated `#supports_statement_cache?` from the database adapters | Rafael Mendonça França | 2019-01-17 | 1 | -4/+0 |
* | Checking boundable not only `IN` clause but also `NOT IN` clause | Ryuta Kamizono | 2018-11-03 | 1 | -0/+4 |
* | Lazy checking whether or not values in IN clause are boundable | Ryuta Kamizono | 2018-10-24 | 1 | -1/+1 |
* | Fallback to unprepared statement only when bind params limit is exceeded | Ryuta Kamizono | 2018-09-14 | 1 | -0/+6 |
* | Refactor Active Record to let Arel manage bind params | Sean Griffin | 2017-07-24 | 1 | -1/+1 |
* | Merge pull request #29732 from kirs/frozen-activerecord | Rafael França | 2017-07-21 | 1 | -0/+2 |
|\ |
|
| * | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`" | Sean Griffin | 2017-07-21 | 1 | -3/+4 |
|/ |
|
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase` | Ryuta Kamizono | 2017-05-04 | 1 | -4/+3 |
* | Deprecate `supports_statement_cache?` | Ryuta Kamizono | 2017-05-01 | 1 | -2/+5 |
* | Restore `fixtures :author_addresses` | Ryuta Kamizono | 2017-04-27 | 1 | -1/+1 |
* | Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w... | Rafael Mendonça França | 2017-04-26 | 1 | -1/+1 |
* | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2017-03-26 | 1 | -1/+1 |
* | Fix `LogSubscriber` to allow legacy `binds` | Ryuta Kamizono | 2017-03-23 | 1 | -58/+63 |
* | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w... | Rafael Mendonça França | 2017-01-03 | 1 | -1/+1 |
* | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p... | Fumiaki MATSUSHIMA | 2016-12-03 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -4/+4 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -12/+12 |
* | Pass `type_casted_binds` to log subscriber for logging bind values properly | Ryuta Kamizono | 2016-07-19 | 1 | -1/+10 |
* | Fix tests failure with `prepared_statements: false` | Ryuta Kamizono | 2016-02-29 | 1 | -1/+2 |
* | `substitute_at` is no longer used | Ryuta Kamizono | 2016-01-14 | 1 | -1/+1 |
* | rm `Column#cast_type` | Sean Griffin | 2015-02-03 | 1 | -1/+1 |
* | Remove Relation#bind_params | Sean Griffin | 2015-01-27 | 1 | -16/+4 |
* | Use an `Attribute` object to represent a bind value | Sean Griffin | 2015-01-27 | 1 | -2/+2 |
* | Correctly fetch bind_values from join in subquery | brainopia | 2015-01-06 | 1 | -1/+9 |
* | Remove the unused second argument to `substitute_at` | Sean Griffin | 2014-11-17 | 1 | -2/+2 |
* | rm `reorder_bind_params` | Sean Griffin | 2014-11-17 | 1 | -2/+2 |
* | Remove `Column#primary` | Sean Griffin | 2014-05-23 | 1 | -5/+3 |
* | Merge pull request #14524 from tgxworld/fix_unsubscribe_from_notifications | Yves Senn | 2014-03-29 | 1 | -6/+6 |
|\ |
|
| * | Fix tests not unsubscribing from Notifications. | Guo Xiang Tan | 2014-03-28 | 1 | -2/+2 |
|/ |
|
* | Use teardown helper method. | Guo Xiang Tan | 2014-03-14 | 1 | -1/+1 |
* | log bind variables after they were type casted. | Yves Senn | 2013-11-09 | 1 | -0/+11 |
* | Don't skip tests if we don't need to. | Rafael Mendonça França | 2013-11-08 | 1 | -36/+30 |
* | fix todo: use minitest skip instead of return nil | Francesco Rodriguez | 2012-05-13 | 1 | -9/+8 |
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES... | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
* | use index based substitution for bind parameters | Aaron Patterson | 2011-04-13 | 1 | -1/+1 |
* | fixing tests on 1.8, using a list of lists because order is important | Aaron Patterson | 2011-02-10 | 1 | -1/+1 |
* | simplify bind parameter logging | Aaron Patterson | 2011-02-10 | 1 | -1/+1 |
* | bind parameters are logged to debug log | Aaron Patterson | 2011-02-10 | 1 | -2/+36 |