rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
974 stars 563 forks source link

Fixed the ordering of optimizer hints in the generated SQL #1255

Closed cherez closed 2 weeks ago

cherez commented 3 weeks ago

When optimization hints and ordering are used in the same query the ordering should come first in the generated SQL.

Fix for #1240.

aidanharan commented 2 weeks ago

@cherez Thanks for the fix!