diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-03-17 03:53:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-17 03:53:48 +0900 |
commit | 1db05065434e1b5341e6748632e310060e92b80d (patch) | |
tree | 234dd16076aa757c37c0c83f80d719b504b8d7d4 /activerecord/lib/arel/nodes/unary.rb | |
parent | 6486f80d3a3448579089fab1c8b7846c09cf87ec (diff) | |
parent | 97347d8c409f14b682dd9ec52ded3c869d0ba479 (diff) | |
download | rails-1db05065434e1b5341e6748632e310060e92b80d.tar.gz rails-1db05065434e1b5341e6748632e310060e92b80d.tar.bz2 rails-1db05065434e1b5341e6748632e310060e92b80d.zip |
Merge pull request #35615 from kamipo/optimizer_hints
Support Optimizer Hints
Diffstat (limited to 'activerecord/lib/arel/nodes/unary.rb')
-rw-r--r-- | activerecord/lib/arel/nodes/unary.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/arel/nodes/unary.rb b/activerecord/lib/arel/nodes/unary.rb index 00639304e4..6d1ac36b0e 100644 --- a/activerecord/lib/arel/nodes/unary.rb +++ b/activerecord/lib/arel/nodes/unary.rb @@ -35,6 +35,7 @@ module Arel # :nodoc: all Not Offset On + OptimizerHints Ordering RollUp }.each do |name| |