aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/visitors/mysql.rb
Commit message (Expand)AuthorAgeFilesLines
* Enabled matches_regex for MySqlJames Pearson2019-07-291-0/+8
* Arel: Implemented DB-aware NULL-safe comparison (#34451)Dmytro Shteflyuk2018-11-151-0/+11
* Emit single pair of parens for UNION and UNION ALLKeenan Brock2018-11-131-28/+0
* Fix odd indentationRyuta Kamizono2018-10-101-10/+10
* Improve DELETE with JOIN handling to avoid subqueries if possibleRyuta Kamizono2018-10-101-8/+1
* Simplify the condition in `prepare_update_statement`Ryuta Kamizono2018-10-051-8/+2
* Move UPDATE/DELETE with JOIN handling to the Arel sideRyuta Kamizono2018-10-031-17/+31
* Handle UPDATE/DELETE with OFFSET in ArelRyuta Kamizono2018-10-011-12/+16
* Handle DELETE with LIMIT in ArelRyuta Kamizono2018-09-301-9/+13
* Make `update_all` preparableRyuta Kamizono2018-09-281-0/+4
* Arel: :nodoc: allMatthew Draper2018-02-241-1/+1
* Arel: rubocop -aMatthew Draper2018-02-241-63/+64
* Merge Arel into Active RecordMatthew Draper2018-02-241-0/+86