rails-sqlserver / activerecord-sqlserver-adapter

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

Fix view issue with default column value not found #1126

Closed aidanharan closed 8 months ago

aidanharan commented 8 months ago

Issue https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/issues/1114

This PR fixes an issue where the default value of a view column is not found when the view column name starts with the same characters as "SELECT". So this issue would affect view columns named "s", "se", "sel", etc