mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Revert helpers.RemoveComments(), accidentally committed in r4110
This commit is contained in:
@ -240,7 +240,6 @@ type
|
||||
function implodestr(seperator: String; a: TStrings) :String;
|
||||
function Explode(Separator, Text: String) :TStringList;
|
||||
procedure ExplodeQuotedList(Text: String; var List: TStringList);
|
||||
function RemoveComments(SQL: String): String;
|
||||
function sstr(str: String; len: Integer) : String;
|
||||
function encrypt(str: String): String;
|
||||
function decrypt(str: String): String;
|
||||
@ -403,12 +402,6 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
function RemoveComments(SQL: String): String;
|
||||
begin
|
||||
// Remove all kinds of comments from given SQL string
|
||||
end;
|
||||
|
||||
|
||||
{***
|
||||
Shorten string to length len and append 3 dots
|
||||
|
||||
|
Reference in New Issue
Block a user