aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/visitors/oracle.rb
Commit message (Expand)AuthorAgeFilesLines
* Address to rubocop offencesRyuta Kamizono2019-07-311-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix sliced IN clauses to be groupedRyuta Kamizono2019-04-241-48/+0
* Address `ORA-01795: maximum number of expressions in a list is 1000`Yasuo Honda2019-04-111-0/+48
* Arel: Implemented DB-aware NULL-safe comparison (#34451)Dmytro Shteflyuk2018-11-151-0/+6
* Arel: :nodoc: allMatthew Draper2018-02-241-1/+1
* Arel: rubocop -aMatthew Draper2018-02-241-125/+125
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+153