ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBSQLParser.pas
(Generate patch)

Comparing ibx/trunk/runtime/IBSQLParser.pas (file contents):
Revision 26 by tony, Thu Feb 26 10:33:34 2015 UTC vs.
Revision 27 by tony, Tue Apr 14 13:10:23 2015 UTC

# Line 288 | Line 288 | begin
288        if not (FState in [stInComment,stInCommentLine]) then
289        begin
290          AddToSQL(':');
291 <        SetState(stInParam);
291 >        if not (FState in [stInSingleQuotes,stInDoubleQuotes]) then
292 >          SetState(stInParam);
293        end;
294  
295      sqSemiColon:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines