Reinier Olislagers 11 éve
szülő
commit
d1fa6f1944
2 módosított fájl, 1 hozzáadás és 2 törlés
  1. 0 1
      systables.pas
  2. 1 1
      turbocommon.pas

+ 0 - 1
systables.pas

@@ -1134,7 +1134,6 @@ begin
       ' ORDER BY r.RDB$FIELD_POSITION;';
   sqQuery.Open;
   FieldsList.Clear;
-  //todo: add support for array datatype, domain-based fields in gui using field_source and IsFieldDomainSystemGenerated
   while not sqQuery.EOF do
   begin
     FieldName:= Trim(sqQuery.FieldByName('field_name').AsString);

+ 1 - 1
turbocommon.pas

@@ -11,7 +11,7 @@ uses
 
 const
   // Some field types used in e.g. RDB$FIELDS
-  //todo (low priority): perhaps move to enumeration with fixed constant values
+  // todo: (low priority) perhaps move to enumeration with fixed constant values
   BlobType = 261;
   CharType = 14;
   CStringType = 40; // probably null-terminated string used for UDFs