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

Commit f780421

Browse files
authored
Merge branch 'master' into feature/improve-completions-speed
2 parents a66d0a1 + 376a727 commit f780421

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SQLTools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,13 +550,15 @@ def cb(index):
550550
# from "function_name(int)"
551551
ST.selectFunction(cb)
552552

553+
553554
class StRefreshConnectionData(WindowCommand):
554555
@staticmethod
555556
def run():
556557
if not ST.conn:
557558
return
558559
ST.loadConnectionData()
559560

561+
560562
class StExplainPlan(WindowCommand):
561563
@staticmethod
562564
def run():

0 commit comments

Comments
 (0)