Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 5c6fca5

Browse files
committed
Better presentation proposed by @Neospiro
1 parent 7a6b578 commit 5c6fca5

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

SQLTools.sublime-settings

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,25 @@
6161
"oracle": {
6262
"options": ["-S"],
6363
"before": [
64-
"set sqlprompt ''",
65-
"set colsep '|'",
66-
"set pagesize 100",
67-
"set linesize 500",
68-
"set tab off"
64+
"SET AUTO OFF",
65+
"SET COLSEP '|'",
66+
"SET FEED ON",
67+
"SET FEEDBACK ON",
68+
"SET HEADING ON",
69+
"SET LINESIZE 32767",
70+
"SET LONG 100",
71+
"SET NULL @",
72+
"SET PAGESIZE 0 EMBEDDED ON",
73+
"SET SERVEROUTPUT ON",
74+
"SET SQLBLANKLINES ON",
75+
"SET SQLPROMPT ''",
76+
"SET TAB OFF",
77+
"SET TI ON",
78+
"SET TIMI OFF",
79+
"SET TRIMSPOOL OFF",
80+
"SET UND '-'",
81+
"SET VERIFY OFF ",
82+
"SET WRAP OFF"
6983
],
7084
"args": "{username}/{password}@\"(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST={host})(PORT={port})))(CONNECT_DATA=(SERVICE_NAME={service})))\"",
7185
"queries": {

0 commit comments

Comments
 (0)