rails-sqlserver / activerecord-sqlserver-adapter

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

Cache quoted names #1138

Closed aidanharan closed 10 months ago

aidanharan commented 10 months ago

Cache the quoted table and column names.

Similar to Rails PR https://github.com/rails/rails/pull/48773.