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