Преглед изворни кода

* Do not treat a single colon followed by a space as a parameter

git-svn-id: trunk@12639 -
joost пре 16 година
родитељ
комит
6fc3f2e809
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/fcl-db/src/base/dsparams.inc

+ 1 - 1
packages/fcl-db/src/base/dsparams.inc

@@ -295,7 +295,7 @@ begin
           if p^=':' then
           begin // find parameter name
             Inc(p);
-            if p^ in [':','='] 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
               IgnorePart := True;
               Inc(p);