rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
974 stars 563 forks source link

Enable identity insert on view's base table #1228

Closed aidanharan closed 1 month ago

aidanharan commented 1 month ago

Enable identity insert on view's base table as it cannot be enabled on the view itself.

Fix for https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/issues/1224