rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
968 stars 558 forks source link

Allow column name with COLLATE as safe SQL string #1083

Closed aidanharan closed 9 months ago

aidanharan commented 9 months ago

Collation name cannot be quoted in SQL Server. Rails test uses hardcoded values per adapter.

See https://github.com/rails/rails/pull/44384