Skip to content

Commit 55e17fc

Browse files
authored
Revert "Not compatible with TinyTDS v3+ (#1277)" (#1280)
This reverts commit f823782.
1 parent f823782 commit 55e17fc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
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-
- [#1277](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1277) Not compatible with TinyTDS v3+
7-
-
6+
87
## v7.2.3
98

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

0 commit comments

Comments
 (0)