mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
* =,+,-,*,\,\,[,] added to param name delimiters (patch based on mseide-msegui)
git-svn-id: trunk@8746 -
This commit is contained in:
parent
865386b464
commit
00a12ebea3
@ -296,7 +296,7 @@ begin
|
||||
else
|
||||
begin
|
||||
ParamNameStart:=p;
|
||||
while not (p^ in (SQLDelimiterCharacters+[#0])) do
|
||||
while not (p^ in (SQLDelimiterCharacters+[#0,'=','+','-','*','\','/','[',']'])) do
|
||||
Inc(p);
|
||||
ParamName:=Copy(ParamNameStart,1,p-ParamNameStart);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user