Actions
Defect #35002
closedFix MS SQL on Rails 6.1
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
MS SQL support is broken for now because the gem supports only Rails 6.0, but I'm confident that will be fixed in the following weeks (there are active discussions/PRs).
https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/861
% bundle update Fetching gem metadata from https://rubygems.org/.......... Resolving dependencies... Bundler could not find compatible versions for gem "activerecord": In Gemfile: activerecord-sqlserver-adapter (~> 6.0.1) was resolved to 6.0.1, which depends on activerecord (~> 6.0.0) rails (= 6.1.3.1) was resolved to 6.1.3.1, which depends on activerecord (= 6.1.3.1)
Related issues
Updated by Marius BĂLTEANU over 3 years ago
- Related to Feature #29914: Migrate to Rails 6.1 with Zeitwerk autoloading added
Updated by Marius BĂLTEANU over 3 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Version 6.1.0 with support for Rails 6.1 was released 4 days ago: https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/v6.1.0.0/CHANGELOG.md#v6100
All tests pass on MS SQL on my custom CI: https://gitlab.com/redmine-org/redmine/-/jobs/1329488638
Actions