Skip to content

Commit 77ed1c7

Browse files
authored
Fixed SQL Server database tasks (#1377)
1 parent f2ec246 commit 77ed1c7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
## Unreleased
2+
3+
#### Fixed
4+
5+
- [#1377](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1377) Fixed SQL Server database tasks.
6+
17
## v8.1.1
28

9+
#### Fixed
10+
311
- [#1376](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1376) Fixed ActiveRecord gemspec dependency.
412

513
## v8.1.0

lib/active_record/tasks/sqlserver_database_tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module ActiveRecord
99
module Tasks
10-
class SQLServerDatabaseTasks
10+
class SQLServerDatabaseTasks < AbstractTasks
1111
DEFAULT_COLLATION = "SQL_Latin1_General_CP1_CI_AS"
1212

1313
delegate :with_connection, :establish_connection, to: ActiveRecord::Base

0 commit comments

Comments
 (0)