1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Rafael Mendonça França 21e0c20667
Batch queries that are the same but are using different extension
If an association scope would generate the same query but have different
values for `extending`, `skip_query_cache` or `strict_loading` we should
consider them the same for the purpose of generating the preload
batches.
2021-03-22 21:51:18 +00:00
..
active_record/connection_adapters
activejob Fix end alignment 2021-03-21 15:46:36 +09:00
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases Batch queries that are the same but are using different extension 2021-03-22 21:51:18 +00:00
fixtures Don't like to add extra models/tables/fixtures, use existing those 2021-02-25 11:32:44 +09:00
migrations Show a warning when running no migration using SCOPE 2021-01-26 15:05:35 +01:00
models Batch queries that are the same but are using different extension 2021-03-22 21:51:18 +00:00
schema Revert "Fix schema for members" 2021-03-22 19:45:09 +00:00
support Allow async executor to be configurable 2021-02-19 12:34:57 -05:00
config.example.yml Make we always type cast TimeWithZone objects before passing to mysql2 2021-02-11 22:45:14 +00:00
config.rb