rails--rails/activerecord/test/schema
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
..
mysql2_specific_schema.rb Use `supports_datetime_with_precision?` rather than `subsecond_precision_supported?` 2020-04-25 02:56:53 +09:00
oracle_specific_schema.rb
postgresql_specific_schema.rb Allow delegated_type to be specified primary_key and foreign_key 2020-12-18 15:06:16 +09:00
schema.rb Fix joins that reserved word association is referenced in `where` 2021-01-18 16:24:22 +09:00
sqlite_specific_schema.rb