Skip to content

Commit f823782

Browse files
authored
Not compatible with TinyTDS v3+ (#1277)
1 parent b01b50b commit f823782

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

55
- [#1270](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1270) Fix parsing of raw table name from SQL with extra parentheses
6-
6+
- [#1277](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1277) Not compatible with TinyTDS v3+
7+
-
78
## v7.2.3
89

910
#### Fixed

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.2.0"
31-
spec.add_dependency "tiny_tds"
31+
spec.add_dependency "tiny_tds", "~> 2.0"
3232
end

0 commit comments

Comments
 (0)