Skip to content

Commit

Permalink
Revert "Not compatible with TinyTDS v3+ (#1278)"
Browse files Browse the repository at this point in the history
This reverts commit 11c79ff.
  • Loading branch information
aidanharan authored Dec 21, 2024
1 parent 11c79ff commit a25238a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#### Fixed

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

## v7.1.10

Expand Down
2 changes: 1 addition & 1 deletion activerecord-sqlserver-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", "~> 7.1.1"
spec.add_dependency "tiny_tds", "~> 2.0"
spec.add_dependency "tiny_tds"
end

0 comments on commit a25238a

Please sign in to comment.