rails-sqlserver / activerecord-sqlserver-adapter

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

Accept nested functions in Dangerous Query Methods #1082

Closed aidanharan closed 9 months ago

aidanharan commented 9 months ago

Fix to accept nested functions in Dangerous Query Methods (see https://github.com/rails/rails/pull/44010).

Tests needed to be coerced as SQL Server uses len() instead of length().