mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 20:39:34 +02:00
Call inherited method in InternalPost (check for required fields)
git-svn-id: trunk@31877 -
This commit is contained in:
parent
d4a8b7881b
commit
da66980766
@ -1037,6 +1037,8 @@ procedure TCustomSqliteDataset.InternalPost;
|
||||
var
|
||||
ActiveItem: PDataRecord;
|
||||
begin
|
||||
inherited InternalPost;
|
||||
|
||||
if State <> dsEdit then
|
||||
InternalAddRecord(ActiveBuffer, True)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user