Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Arel: Implemented DB-aware NULL-safe comparison (#34451) | Dmytro Shteflyuk | 2018-11-15 | 1 | -0/+11 |
* | Emit single pair of parens for UNION and UNION ALL | Keenan Brock | 2018-11-13 | 1 | -28/+0 |
* | Fix odd indentation | Ryuta Kamizono | 2018-10-10 | 1 | -10/+10 |
* | Improve DELETE with JOIN handling to avoid subqueries if possible | Ryuta Kamizono | 2018-10-10 | 1 | -8/+1 |
* | Simplify the condition in `prepare_update_statement` | Ryuta Kamizono | 2018-10-05 | 1 | -8/+2 |
* | Move UPDATE/DELETE with JOIN handling to the Arel side | Ryuta Kamizono | 2018-10-03 | 1 | -17/+31 |
* | Handle UPDATE/DELETE with OFFSET in Arel | Ryuta Kamizono | 2018-10-01 | 1 | -12/+16 |
* | Handle DELETE with LIMIT in Arel | Ryuta Kamizono | 2018-09-30 | 1 | -9/+13 |
* | Make `update_all` preparable | Ryuta Kamizono | 2018-09-28 | 1 | -0/+4 |
* | Arel: :nodoc: all | Matthew Draper | 2018-02-24 | 1 | -1/+1 |
* | Arel: rubocop -a | Matthew Draper | 2018-02-24 | 1 | -63/+64 |
* | Merge Arel into Active Record | Matthew Draper | 2018-02-24 | 1 | -0/+86 |