mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 05:30:57 +02:00
* Fix missing fields in TSQLDBRestResource.Assign
This commit is contained in:
parent
a5f49c1cef
commit
234a955125
@ -1020,6 +1020,12 @@ begin
|
||||
ConnectionName:=R.ConnectionName;
|
||||
Enabled:=R.Enabled;
|
||||
InMetadata:=R.InMetadata;
|
||||
FAllowedOperations:=R.AllowedOperations;
|
||||
OnResourceAllowed:=R.OnResourceAllowed;
|
||||
OnAllowedOperations:=R.OnAllowedOperations;
|
||||
OnGetDataset:=R.OnGetDataset
|
||||
OnCheckParams:=R.OnCheckParams;
|
||||
OnAllowRecord:=R.OnAllowRecord;
|
||||
end
|
||||
else
|
||||
inherited Assign(Source);
|
||||
|
Loading…
Reference in New Issue
Block a user