aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/arel/visitors
Commit message (Expand)AuthorAgeFilesLines
* Enabled matches_regex for MySqlJames Pearson2019-07-291-0/+46
* Remove unused `DepthFirst` visitorRyuta Kamizono2019-06-152-277/+7
* Fix sliced IN clauses to be groupedRyuta Kamizono2019-04-243-42/+10
* Address `ORA-01795: maximum number of expressions in a list is 1000`Yasuo Honda2019-04-112-0/+42
* Add Relation#annotate for SQL commentingMatt Yoho2019-03-211-0/+6
* Get rid of `Arel::Nodes::Values`Ryuta Kamizono2019-03-183-4/+4
* Arel: Implemented DB-aware NULL-safe comparison (#34451)Dmytro Shteflyuk2018-11-159-1/+354
* Emit single pair of parens for UNION and UNION ALLKeenan Brock2018-11-132-10/+22
* Remove `visit_Fixnum` and `visit_Bignum`Ryuta Kamizono2018-09-301-1/+1
* Abandon TOP support.Vladimir Kochnev2018-09-252-2/+0
* Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-082-4/+4
* Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS.david2018-05-281-3/+3
* Arel: rubocop -aMatthew Draper2018-02-2412-234/+242
* Merge Arel into Active RecordMatthew Draper2018-02-2412-0/+1916