File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
322315end
You can’t perform that action at this time.
0 commit comments