activerecord-sqlserver-adapter icon indicating copy to clipboard operation
activerecord-sqlserver-adapter copied to clipboard

SQL Server Adapter For Rails

Results 53 activerecord-sqlserver-adapter issues
Sort by recently updated
recently updated
newest added

When running change_column in a migration, indexes are dropped first and then recreated. However, the recreated index doesn't have the same flags as the original one. Here is a bash...

accepting-pr

When inserting a record into a table that uses composite primary keys, the instance of the model is not properly updated with the returned keys. Assume the following contents of...

bug
accepting-pr

There is a datatype called [geography](https://learn.microsoft.com/en-us/sql/t-sql/spatial-geography/spatial-types-geography?view=sql-server-ver17) that is a binary representation of spatial data. I found that when I tried leveraging this in Rails, it was mapped to `string` in...

feature