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/cases/connection_adapters
eileencodes 6b110d7528
Don't allow granular swapping for shards in legacy
This is a separate commit because I want it to be easy to revert if we
change our minds. After some discussion I think it is confusing that you
could swap shard but not role granularly in legacy mode. This change
forces users to always either have global swapping until moved off
legacy mode. This will prevent a situation where `AnimalsBase` can
change the shard granularly but the role globally.
2020-10-29 08:58:02 -04:00
..
adapter_leasing_test.rb Rename the classes 2019-11-06 19:08:47 -05:00
connection_handler_test.rb Module#const_set is a public method 2020-09-15 17:19:37 +09:00
connection_handlers_multi_db_test.rb Implement granular role and shard swapping 2020-10-28 15:11:35 -04:00
connection_handlers_multi_pool_config_test.rb Add helper method for resetting connection handlers in tests 2020-08-10 10:20:12 -04:00
connection_handlers_sharding_db_test.rb Implement granular role and shard swapping 2020-10-28 15:11:35 -04:00
connection_swapping_nested_test.rb Implement granular role and shard swapping 2020-10-28 15:11:35 -04:00
legacy_connection_handlers_multi_db_test.rb Implement granular role and shard swapping 2020-10-28 15:11:35 -04:00
legacy_connection_handlers_sharding_db_test.rb Don't allow granular swapping for shards in legacy 2020-10-29 08:58:02 -04:00
merge_and_resolve_default_url_config_test.rb Remove owner_name 2020-03-07 09:00:43 -05:00
mysql_type_lookup_test.rb MySQL: Fix schema dumping enum and set columns correctly 2019-07-05 18:42:41 +09:00
schema_cache_test.rb Update SchemaCacheTest#schema_dump_path 2020-04-14 10:43:47 -04:00
type_lookup_test.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00