Closed stackmystack closed 2 years ago
So what's the final result in terms of success? Some failing tests now pass?
We still have failing tests, notably:
to_sql
and that's the most urgent to addressmssql
for SQL Server < 2017. It's mainly a problem with TRIM
. All tests pass for SQL Server >= 2017, and if we revert it to the previous definition (which uses LTRIM + RTRIM), we have failures in all versions.mssql
for Rails >= 7. I already submitted an issue to the devs of activerecord-sqlserver-adapter.
In this PR we: