--- ibx/trunk/runtime/IBSQLParser.pas 2015/03/14 10:44:03 26 +++ ibx/trunk/runtime/IBSQLParser.pas 2015/04/14 13:10:23 27 @@ -288,7 +288,8 @@ begin if not (FState in [stInComment,stInCommentLine]) then begin AddToSQL(':'); - SetState(stInParam); + if not (FState in [stInSingleQuotes,stInDoubleQuotes]) then + SetState(stInParam); end; sqSemiColon: