ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/fbintf/IBUtils.pas
(Generate patch)

Comparing ibx/trunk/fbintf/IBUtils.pas (file contents):
Revision 263 by tony, Thu Dec 6 15:55:01 2018 UTC vs.
Revision 265 by tony, Sat Dec 8 11:22:27 2018 UTC

# Line 1405 | Line 1405 | begin
1405            end;
1406  
1407          sqltIdentifier:
1408 <          if FNextToken = sqltIdentifier then
1408 >          if FNextToken in [sqltIdentifier,sqltNumberString] then
1409              FState := stInIdentifier;
1410  
1411          sqltNumberString:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines