rails-sqlserver / activerecord-sqlserver-adapter

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

adding compatibility_level setting #1254

Open slavad opened 1 month ago

slavad commented 1 month ago

@aidanharan do we have tests for the functionality in lib/active_record/connection_adapters/sqlserver/database_tasks.rb ?

I'd like to write tests for my change.

slavad commented 2 weeks ago

Can we merge this?

aidanharan commented 2 weeks ago

Would need to add some tests before merging. Looks like test/cases/rake_test_sqlserver.rb would be the place to add them.

slavad commented 2 weeks ago

sure, will do on the weekend