@@ -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);
@@ -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