Skip to content

Commit 10c6e8f

Browse files
authored
Revert "Not compatible with TinyTDS v3+ (#1278)" (#1279)
This reverts commit 11c79ff.
1 parent 11c79ff commit 10c6e8f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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+
76

87
## v7.1.10
98

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

0 commit comments

Comments
 (0)