Skip to content

Commit

Permalink
Revert "Not compatible with TinyTDS v3+ (#1276)" (#1281)
Browse files Browse the repository at this point in the history
This reverts commit ca3ca48.
  • Loading branch information
aidanharan authored Dec 21, 2024
1 parent ca3ca48 commit 6013f23
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

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

## v8.0.1

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

0 comments on commit 6013f23

Please sign in to comment.