Skip to content

Commit

Permalink
Merge branch 'master' into feature/improve-completions-speed
Browse files Browse the repository at this point in the history
  • Loading branch information
tkopets authored Feb 22, 2018
2 parents a66d0a1 + 376a727 commit f780421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SQLTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,13 +550,15 @@ def cb(index):
# from "function_name(int)"
ST.selectFunction(cb)


class StRefreshConnectionData(WindowCommand):
@staticmethod
def run():
if not ST.conn:
return
ST.loadConnectionData()


class StExplainPlan(WindowCommand):
@staticmethod
def run():
Expand Down

0 comments on commit f780421

Please sign in to comment.