瀏覽代碼

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

git-svn-id: trunk@46737 -
ondrej 5 年之前
父節點
當前提交
39c8d5c635
共有 1 個文件被更改,包括 1 次插入1 次删除
  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