| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sliced IN clauses to be grouped | Ryuta Kamizono | 2019-04-24 | 4 | -42/+14 |
* | Address `ORA-01795: maximum number of expressions in a list is 1000` | Yasuo Honda | 2019-04-11 | 2 | -0/+42 |
* | Revert unused code and re-using query annotation for `update_all` and `delete... | Ryuta Kamizono | 2019-04-01 | 5 | -66/+0 |
* | Add Relation#annotate for SQL commenting | Matt Yoho | 2019-03-21 | 10 | -0/+129 |
* | Get rid of `Arel::Nodes::Values` | Ryuta Kamizono | 2019-03-18 | 4 | -14/+13 |
* | Make `And` and `Case` into expression nodes | Kevin Deisz | 2019-01-24 | 1 | -0/+9 |
* | Alias case nodes | Kevin Deisz | 2019-01-21 | 1 | -0/+10 |
* | More exercise test cases for `not_between` | Ryuta Kamizono | 2019-01-12 | 1 | -29/+82 |
* | Support endless ranges in where | Greg Navis | 2019-01-11 | 1 | -0/+12 |
* | 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 |
* | Handle DELETE with LIMIT in Arel | Ryuta Kamizono | 2018-09-30 | 1 | -0/+1 |
* | `SQLString#compile` is no longer used since 53521a9e39b9d8af4165d7703c36dc905... | Ryuta Kamizono | 2018-09-30 | 1 | -11/+5 |
* | Remove `visit_Fixnum` and `visit_Bignum` | Ryuta Kamizono | 2018-09-30 | 1 | -1/+1 |
* | Abandon TOP support. | Vladimir Kochnev | 2018-09-25 | 3 | -4/+2 |
* | Fix a wrong correction | Kazuhiro Sera | 2018-08-08 | 1 | -1/+1 |
* | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 4 | -15/+15 |
* | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 2 | -13/+0 |
* | Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS. | david | 2018-05-28 | 1 | -3/+3 |
* | Enable `Lint/StringConversionInInterpolation` rubocop rule | Ryuta Kamizono | 2018-05-21 | 1 | -2/+2 |
* | Add math tests | Nikolai B | 2018-05-14 | 2 | -9/+83 |
* | Remove unused `assert_like` from `Arel::Test` | Yasuo Honda | 2018-05-02 | 1 | -5/+0 |
* | Remove unnecessary require | yuuji.yaginuma | 2018-05-02 | 1 | -1/+0 |
* | `require "active_support/test_case"` is not supported since 53e877f7 | Ryuta Kamizono | 2018-05-02 | 1 | -1/+1 |
* | Make `Arel::Test` subclass of `ActiveSupport::TestCase` | Yasuo Honda | 2018-05-01 | 8 | -73/+84 |
* | Address `NameError: uninitialized constant Arel::Collectors::Bind` | Yasuo Honda | 2018-04-25 | 1 | -0/+1 |
* | Arel: rubocop -a | Matthew Draper | 2018-02-24 | 60 | -1218/+1263 |
* | Merge Arel into Active Record | Matthew Draper | 2018-02-24 | 60 | -0/+6722 |