Skip to content

Commit

Permalink
Not compatible with TinyTDS v3+ (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan authored Dec 20, 2024
1 parent b01b50b commit f823782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#### Fixed

- [#1270](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1270) Fix parsing of raw table name from SQL with extra parentheses

- [#1277](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1277) Not compatible with TinyTDS v3+
-
## v7.2.3

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

0 comments on commit f823782

Please sign in to comment.