Skip to content

Commit

Permalink
Not compatible with TinyTDS v3+ (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan authored Dec 20, 2024
1 parent aa60cef commit ca3ca48
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

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

0 comments on commit ca3ca48

Please sign in to comment.