rails-sqlserver / activerecord-sqlserver-adapter

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

Fix precision handling for datetimeoffset migration #1143

Closed kiyot closed 5 months ago

kiyot commented 6 months ago

Resolved an issue where the specified precision for datetimeoffset was not being utilized and was consistently set to 7. The fix ensures that the custom precision is now correctly applied.

aidanharan commented 5 months ago

@kiyot Thanks once again!