Explorar el Código

Call inherited method in InternalPost (check for required fields)

git-svn-id: trunk@31877 -
blikblum hace 10 años
padre
commit
da66980766
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/fcl-db/src/sqlite/customsqliteds.pas

+ 2 - 0
packages/fcl-db/src/sqlite/customsqliteds.pas

@@ -1037,6 +1037,8 @@ procedure TCustomSqliteDataset.InternalPost;
 var
   ActiveItem: PDataRecord;
 begin
+  inherited InternalPost;
+
   if State <> dsEdit then
     InternalAddRecord(ActiveBuffer, True)
   else