-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ashish Prasad
committed
Oct 8, 2023
1 parent
8f52a9e
commit 0500030
Showing
12 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
drop procedure sys_table_types_dep_vu_prepare_p1 | ||
drop function sys_table_types_dep_vu_prepare_f1 | ||
drop view sys_table_types_dep_vu_prepare_v1 | ||
drop view sys_table_types_dep_vu_prepare_v2 | ||
drop type sys_table_types_dep_vu_prepare_tt | ||
GO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,11 @@ int | |
1 | ||
~~END~~ | ||
|
||
|
||
select * from sys_table_types_dep_vu_prepare_v2 | ||
GO | ||
~~START~~ | ||
bit | ||
0 | ||
~~END~~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,11 @@ int | |
1 | ||
~~END~~ | ||
|
||
|
||
SELECT * FROM sys_types_dep_vu_prepare_v2 | ||
GO | ||
~~START~~ | ||
bit | ||
1 | ||
~~END~~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
drop procedure sys_table_types_dep_vu_prepare_p1 | ||
drop function sys_table_types_dep_vu_prepare_f1 | ||
drop view sys_table_types_dep_vu_prepare_v1 | ||
drop view sys_table_types_dep_vu_prepare_v2 | ||
drop type sys_table_types_dep_vu_prepare_tt | ||
GO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,6 @@ GO | |
|
||
select * from sys_table_types_dep_vu_prepare_v1 | ||
GO | ||
|
||
select * from sys_table_types_dep_vu_prepare_v2 | ||
GO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,6 @@ GO | |
|
||
SELECT * FROM sys_types_dep_vu_prepare_v1 | ||
GO | ||
|
||
SELECT * FROM sys_types_dep_vu_prepare_v2 | ||
GO |