We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52530f0 + 8264e12 commit 2a078f8Copy full SHA for 2a078f8
2 files changed
source/core/ut_utils.pks
@@ -21,7 +21,7 @@ create or replace package ut_utils authid definer is
21
*
22
*/
23
24
- gc_version constant varchar2(50) := 'v3.1.0.1693-develop';
+ gc_version constant varchar2(50) := 'v3.1.0.1708-develop';
25
26
/* Constants: Event names */
27
gc_run constant varchar2(12) := 'run';
source/uninstall.sql
@@ -28,6 +28,8 @@ alter session set current_schema = &&ut3_owner;
28
set echo on
29
drop synonym be_between;
30
31
+drop synonym have_count;
32
+
33
drop synonym match;
34
35
drop synonym be_false;
0 commit comments