Skip to content

Commit 11c79ff

Browse files
authored
Not compatible with TinyTDS v3+ (#1278)
1 parent 333b354 commit 11c79ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#### Fixed
44

55
- [#1271](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1271) Fix parsing of raw table name from SQL with extra parentheses
6+
- [#1278](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1278) Not compatible with TinyTDS v3+
67

78
## v7.1.10
89

activerecord-sqlserver-adapter.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
2828
spec.require_paths = ["lib"]
2929

3030
spec.add_dependency "activerecord", "~> 7.1.1"
31-
spec.add_dependency "tiny_tds"
31+
spec.add_dependency "tiny_tds", "~> 2.0"
3232
end

0 commit comments

Comments
 (0)