Display parameters of stored routines in "Cols" tab of query helpers when a procedure or function is selected. Fixes issue #1702.

This commit is contained in:
Ansgar Becker
2010-02-17 23:16:26 +00:00
parent 4b88466192
commit 5de3fc1d57
3 changed files with 24 additions and 16 deletions

View File

@ -24,7 +24,7 @@ const
REGPATH = '\Software\' + APPNAME + '\';
REGKEY_SESSIONS = 'Servers\';
// Some unique char, used to separate e.g. selected columns in registry
REGDELIM = '|';
DELIM = '|';
STATUS_MSG_READY = 'Ready.';
STR_NOTSUPPORTED = 'Not supported by this server';