We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6cf67 commit 40e8d03Copy full SHA for 40e8d03
2 files changed
examples/RunAllExamples.sql
@@ -1,5 +1,4 @@
1
PROMPT Run all examples
2
-Clear Screen
3
set echo off
4
set feedback off
5
set linesize 1000
examples/RunUserExamples.sql
@@ -1,12 +1,11 @@
PROMPT Run user examples
---set echo off
---set feedback off
+set echo off
+set feedback off
6
7
prompt Common examples from web
8
9
-exec ut_documentation_reporter.set_color_enabled(true);
+exec ut_ansiconsole_helper.color_enabled(true);
10
@@award_bonus/run_award_bonus_test.sql
11
12
@@between_string/run_betwnstr_test.sql
0 commit comments