Skip to content

Commit

Permalink
Not compatible with TinyTDS v3+
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Dec 20, 2024
1 parent 333b354 commit 3ec7d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#### 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"
spec.add_dependency "tiny_tds", "~> 2.0"
end

0 comments on commit 3ec7d90

Please sign in to comment.