Explorar o código

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

git-svn-id: trunk@46737 -
ondrej %!s(int64=5) %!d(string=hai) anos
pai
achega
39c8d5c635
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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