Skip to content

Commit ba39216

Browse files
committed
Typo
1 parent 877994c commit ba39216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arel/visitors/sqlserver.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def projection_to_order_by_for_fetch(o)
343343
def remove_last_AS_from_projection(projection)
344344
parts = projection.split(/\sAS\s/i)
345345
parts.pop if parts.length > 1
346-
projection.join(" AS ")
346+
parts.join(" AS ")
347347
end
348348

349349
def distinct_One_As_One_Is_So_Not_Fetch(o)

0 commit comments

Comments
 (0)