rails-sqlserver / activerecord-sqlserver-adapter

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

Fix the quoting of further place-holder conditions #1166

Closed aidanharan closed 5 months ago

aidanharan commented 5 months ago

Fix the quoting of further place-holder conditions (eg: where("written_on < ?", time)).

Fixes the "undefined method 'value_for_database'" errors seen in https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/actions/runs/8910633467/job/24470268020