aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/arel
Commit message (Expand)AuthorAgeFilesLines
* fix a typoyamato-payforward2019-07-311-1/+1
* Enabled matches_regex for MySqlJames Pearson2019-07-291-0/+46
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Merge pull request #36492 from kamipo/remove_depth_first_visitorRyuta Kamizono2019-07-254-306/+7
|\
| * Remove unused `DepthFirst` visitorRyuta Kamizono2019-06-154-306/+7
* | Support beginless ranges in hash conditions.Josh Goodall2019-07-171-0/+24
* | Remove unused `Arel::Attributes.for`Ryuta Kamizono2019-06-151-41/+0
|/
* Fix sliced IN clauses to be groupedRyuta Kamizono2019-04-244-42/+14
* Address `ORA-01795: maximum number of expressions in a list is 1000`Yasuo Honda2019-04-112-0/+42
* Revert unused code and re-using query annotation for `update_all` and `delete...Ryuta Kamizono2019-04-015-66/+0
* Add Relation#annotate for SQL commentingMatt Yoho2019-03-2110-0/+129
* Get rid of `Arel::Nodes::Values`Ryuta Kamizono2019-03-184-14/+13
* Make `And` and `Case` into expression nodesKevin Deisz2019-01-241-0/+9
* Alias case nodesKevin Deisz2019-01-211-0/+10
* More exercise test cases for `not_between`Ryuta Kamizono2019-01-121-29/+82
* Support endless ranges in whereGreg Navis2019-01-111-0/+12
* 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
* Handle DELETE with LIMIT in ArelRyuta Kamizono2018-09-301-0/+1
* `SQLString#compile` is no longer used since 53521a9e39b9d8af4165d7703c36dc905...Ryuta Kamizono2018-09-301-11/+5
* Remove `visit_Fixnum` and `visit_Bignum`Ryuta Kamizono2018-09-301-1/+1
* Abandon TOP support.Vladimir Kochnev2018-09-253-4/+2
* Fix a wrong correctionKazuhiro Sera2018-08-081-1/+1
* Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-084-15/+15
* Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-122-13/+0
* Fix: Arel Postgresql visitor generates invalid SQL for GROUPING SETS.david2018-05-281-3/+3
* Enable `Lint/StringConversionInInterpolation` rubocop ruleRyuta Kamizono2018-05-211-2/+2
* Add math testsNikolai B2018-05-142-9/+83
* Remove unused `assert_like` from `Arel::Test`Yasuo Honda2018-05-021-5/+0
* Remove unnecessary requireyuuji.yaginuma2018-05-021-1/+0
* `require "active_support/test_case"` is not supported since 53e877f7Ryuta Kamizono2018-05-021-1/+1
* Make `Arel::Test` subclass of `ActiveSupport::TestCase`Yasuo Honda2018-05-018-73/+84
* Address `NameError: uninitialized constant Arel::Collectors::Bind`Yasuo Honda2018-04-251-0/+1
* Arel: rubocop -aMatthew Draper2018-02-2460-1218/+1263
* Merge Arel into Active RecordMatthew Draper2018-02-2460-0/+6722