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

Commit 63bc708

Browse files
committed
Fixes #25 issue
1 parent 5b16505 commit 63bc708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLTools.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"format" : "|%s|"
108108
},
109109
"show records": {
110-
"query": "select * from {0} limit {1};",
110+
"query": "select * from {0} WHERE ROWNUM <= {1};",
111111
"options": ["-S"],
112112
"format" : "|%s|"
113113
}

0 commit comments

Comments
 (0)