|
@@ -288,7 +288,7 @@ begin
|
|
if p^=':' then
|
|
if p^=':' then
|
|
begin // find parameter name
|
|
begin // find parameter name
|
|
Inc(p);
|
|
Inc(p);
|
|
- if p^=':' then // ignore ::, since some databases uses this as a cast (wb 4813)
|
|
|
|
|
|
+ if p^ in [':','='] then // ignore ::, since some databases uses this as a cast (wb 4813)
|
|
begin
|
|
begin
|
|
IgnorePart := True;
|
|
IgnorePart := True;
|
|
Inc(p);
|
|
Inc(p);
|