Преглед на файлове

Merged revisions 621 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@623 -

joost преди 20 години
родител
ревизия
5cd5143a46
променени са 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