Explorar el Código

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

git-svn-id: trunk@46737 -
ondrej hace 5 años
padre
commit
39c8d5c635
Se han modificado 1 ficheros con 1 adiciones y 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