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

Comparing ibx/trunk/runtime/nongui/ibxscript.pas (file contents):
Revision 402 by tony, Mon Aug 1 10:07:24 2022 UTC vs.
Revision 412 by tony, Mon Jul 17 14:08:12 2023 UTC

# Line 495 | Line 495 | begin
495          sqltQuotedString:
496            stmt += '''' + SQLSafeString(TokenText) + '''';  {exists some DECLARE with cursor having SELECT ...\... rc.rdb$constraint_type = 'PRIMARY KEY');}
497  
498 <        sqltSemiColon:
498 >        sqltIdentifierInDoubleQuotes:
499 >          stmt += '"' + TokenText + '"';
500 >
501 >       sqltSemiColon:
502            begin
503              State := stInStmt;
504              stmt += TokenText;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines