1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
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 Fix joins that reserved word association is referenced in where 2021-01-18 16:24:22 +09:00
arel Properly support reverse_order on relations with nulls_first or nulls_last calls 2020-09-08 11:20:46 -04:00
rails/generators The abstract parent class file generated via generator should not be pluralized 2020-08-02 22:25:57 +05:30
active_record.rb Bump license years to 2021 [ci skip] 2021-01-01 12:21:20 +09:00
arel.rb Merge pull request #38719 from eileencodes/refactor-fetch_attribute 2020-03-13 16:26:49 -04:00