瀏覽代碼

- is part of revision 620

git-svn-id: trunk@621 -
joost 20 年之前
父節點
當前提交
ebb0738e54
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fcl/db/dbconst.pp

+ 1 - 0
fcl/db/dbconst.pp

@@ -71,6 +71,7 @@ Const
   SFieldValueError         = 'Invalid value for field ''%s''';
   SInvalidCalcType         = 'Field ''%s'' cannot be a calculated or lookup field';
   SDuplicateName           = 'Duplicate name ''%s'' in %s';
+  SNoParseSQL              = '%s is only possible if ParseSQL is True';
 
 Implementation