Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sliced IN clauses to be grouped | Ryuta Kamizono | 2019-04-24 | 3 | -42/+10 |
* | Address `ORA-01795: maximum number of expressions in a list is 1000` | Yasuo Honda | 2019-04-11 | 2 | -0/+42 |
* | Add Relation#annotate for SQL commenting | Matt Yoho | 2019-03-21 | 1 | -0/+6 |
* | Get rid of `Arel::Nodes::Values` | Ryuta Kamizono | 2019-03-18 | 3 | -4/+4 |
* | Arel: Implemented DB-aware NULL-safe comparison (#34451) | Dmytro Shteflyuk | 2018-11-15 | 9 | -1/+354 |
* | Emit single pair of parens for UNION and UNION ALL | Keenan Brock | 2018-11-13 | 2 | -10/+22 |
* | Remove `visit_Fixnum` and `visit_Bignum` | Ryuta Kamizono | 2018-09-30 | 1 | -1/+1 |
* | Abandon TOP support. | Vladimir Kochnev | 2018-09-25 | 2 | -2/+0 |
* | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 2 | -4/+4 |
* | Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS. | david | 2018-05-28 | 1 | -3/+3 |
* | Arel: rubocop -a | Matthew Draper | 2018-02-24 | 12 | -234/+242 |
* | Merge Arel into Active Record | Matthew Draper | 2018-02-24 | 12 | -0/+1916 |