Skip to content

Commit d628941

Browse files
author
Aidan Haran
committed
Added changelog. Removed unnecessary changes.
1 parent b666c89 commit d628941

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Unreleased
22

3+
#### Fixed
4+
5+
- [#1029](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1029) Handle views defined in other databases.
6+
7+
#### Changed
8+
39
- [#1021](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/1021) Freeze the SQL sent to instrumentation.
410

511
## v7.0.0.0

test/models/sqlserver/uuid_view.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

test/schema/sqlserver_specific_schema.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,4 @@
312312
CONSTRAINT PK_sst_composite_with_identity PRIMARY KEY (pk_col_one, pk_col_two)
313313
);
314314
COMPOSITE_WITH_IDENTITY
315-
316-
# Separate db view.
317-
execute "DROP VIEW IF EXISTS sst_cross_college_view"
318-
execute <<-SPECIFIC_SCHEMA_VIEW
319-
CREATE VIEW sst_cross_college_view AS
320-
SELECT * FROM activerecord_unittest2.dbo.colleges
321-
SPECIFIC_SCHEMA_VIEW
322315
end

0 commit comments

Comments
 (0)