Skip to content

Commit 71b50f7

Browse files
committed
Fixed uninstall script and constant.
Disabled `-scc` flag in tests
1 parent 7a56fe7 commit 71b50f7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

source/core/annotations/ut_trigger_check.pkb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ create or replace package body ut_trigger_check is
1616
limitations under the License.
1717
*/
1818

19-
g_is_trigger_live boolean := false;
20-
gc_check_object_name varchar2(128) := 'UT3_TRIGGER_ALIVE';
19+
g_is_trigger_live boolean := false;
20+
gc_check_object_name constant varchar2(128) := 'UT3_TRIGGER_ALIVE';
2121

2222
function is_alive return boolean is
2323
pragma autonomous_transaction;

source/uninstall_objects.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
set echo on
2+
3+
drop trigger ut_trigger_annotation_parsing;
4+
5+
drop synonym ut3_trigger_alive;
6+
27
drop synonym be_between;
38

49
drop synonym have_count;

0 commit comments

Comments
 (0)