mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
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:
@ -67,10 +67,10 @@ type
|
||||
procedure btnDiscardClick(Sender: TObject);
|
||||
private
|
||||
{ Private declarations }
|
||||
Parameters: TStringList;
|
||||
FAlterRoutineType: String;
|
||||
public
|
||||
{ Public declarations }
|
||||
Parameters: TStringList;
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
procedure Init(ObjectName: String=''; ObjectType: TListNodeType=lntNone); override;
|
||||
@ -84,9 +84,6 @@ uses main, mysql_structures, grideditlinks;
|
||||
|
||||
{$R *.dfm}
|
||||
|
||||
const
|
||||
DELIM = '|';
|
||||
|
||||
|
||||
constructor TfrmRoutineEditor.Create(AOwner: TComponent);
|
||||
var
|
||||
|
Reference in New Issue
Block a user