rails/activerecord/test
Adrianna Chang abe0b123bc
Remove AbstractMysqlAdapterTest
This test was added in 8f5095a to ensure that there was coverage
for `AbstractMysqlAdapter#execute`, but 63c0d6b refactored `#execute`
to be defined at the Abstract adapter level, and rely on concrete MySQL
adapters to implement `#raw_execute`.

This test won't pass without having the `ExampleMysqlAdapter` implement
`#raw_execute`, but this test is obsolete now that AbstractMysql2Adapter
doesn't implement `#execute` directly.
2023-05-02 09:15:01 -04:00
..
active_record/connection_adapters
activejob Destroy associations async respect query constraints 2023-03-14 19:09:09 -04:00
assets
cases Remove AbstractMysqlAdapterTest 2023-05-02 09:15:01 -04:00
fixtures Support fixture associations for composite models 2023-04-14 18:12:18 -04:00
migrations Sort migration ID as int in db:migrate:status for consistency. 2021-07-16 13:10:31 -05:00
models Support fixture associations for composite models 2023-04-14 18:12:18 -04:00
schema Fix config and copy over trilogy schema 2023-04-21 17:33:25 -04:00
storage Hide changes to before_committed! behaviour behind config 2022-12-15 11:43:51 -05:00
support Raise an error if the connection name doesn't match the adapter 2023-04-21 17:33:25 -04:00
config.example.yml Fix config and copy over trilogy schema 2023-04-21 17:33:25 -04:00
config.rb Delete AS::Dependencies.safe_constantize 2021-08-20 17:51:05 +02:00