We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05af61 commit 542a6fdCopy full SHA for 542a6fd
lib/arel/visitors/sqlserver.rb
@@ -6,7 +6,7 @@ module Nodes
6
7
# Extending the Ordering class to be comparrison friendly which allows us to call #uniq on a
8
# collection of them. See SelectManager#order for more details.
9
- class Ordering < Arel::Nodes::Binary
+ class Ordering < Arel::Nodes::Unary
10
def hash
11
expr.hash
12
end
0 commit comments