rails-sqlserver / activerecord-sqlserver-adapter

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

Ignore casing of VALUES clause when inserting records using SQL #1052

Closed aidanharan closed 1 year ago

aidanharan commented 1 year ago

When inserting records using exec_insert the casing of the VALUES clause is irrelevant. Updated the regex to be case-insensitive.