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
Ryuta Kamizono 00227ff3ee Fix joins that reserved word association is referenced in where
It is caused by #40749.

`Arel.sql`ed string will be avoided from quoting, it should be raw
string before using it for table alias.

Fixes https://github.com/rails/rails/issues/41010#issuecomment-761994291.
2021-01-18 16:24:22 +09:00
..
active_record/connection_adapters Deduplicate various Active Record schema cache structures 2019-06-03 13:31:42 +02:00
activejob Handle STI models for has_many dependent: :destroy_async 2021-01-06 02:04:23 +01:00
assets Replace test Man with Human 2020-08-14 11:37:09 -04:00
cases Fix joins that reserved word association is referenced in where 2021-01-18 16:24:22 +09:00
fixtures Fix joins that reserved word association is referenced in where 2021-01-18 16:24:22 +09:00
migrations
models Fix joins that reserved word association is referenced in where 2021-01-18 16:24:22 +09:00
schema Fix joins that reserved word association is referenced in where 2021-01-18 16:24:22 +09:00
support Implement granular role and shard swapping 2020-10-28 15:11:35 -04:00
config.example.yml Remove more code for unsupported frontbase and ibm_db adapters 2020-04-12 11:45:28 +09:00
config.rb