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 bdeb862 commit ab8f754Copy full SHA for ab8f754
lib/sequel/dataset/actions.rb
@@ -1256,8 +1256,6 @@ def hash_key_symbols(s)
1256
# receiver's current order. This yields the row and the array of order expressions
1257
# to the block, which should return an array of values to use.
1258
def ignore_values_preceding(row)
1259
- @opts[:order].map{|v| v.is_a?(SQL::OrderedExpression) ? v.expression : v}
1260
-
1261
order_exprs = @opts[:order].map do |v|
1262
if v.is_a?(SQL::OrderedExpression)
1263
descending = v.descending
0 commit comments