Browse Source

sql parser: identifier can start with the "_" character

git-svn-id: trunk@46737 -
ondrej 5 years ago
parent
commit
39c8d5c635
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/sql/fpsqlscanner.pp

+ 1 - 1
packages/fcl-db/src/sql/fpsqlscanner.pp

@@ -897,7 +897,7 @@ begin
         Result := tsqlGT;
       end;
    'a'..'z',
-   'A'..'Z':
+   'A'..'Z', '_':
      Result:=DoIdentifier;
    else
      // Symbol of some sort