From: Nando D. <na...@us...> - 2004-09-16 11:32:01
|
Update of /cvsroot/instantobjects/Source/Brokers/DBISAM In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4307/Brokers/DBISAM Modified Files: InstantDBISAM.pas Log Message: Fixed inherited call chain in InternalBuildDatabase Index: InstantDBISAM.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/DBISAM/InstantDBISAM.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantDBISAM.pas 29 Jul 2004 20:43:13 -0000 1.2 --- InstantDBISAM.pas 16 Sep 2004 11:31:51 -0000 1.3 *************** *** 348,354 **** I: Integer; begin if not Assigned(Scheme) then Exit; - Scheme.BlobStreamFormat := BlobStreamFormat; //CB with Scheme do for I := 0 to Pred(TableMetadataCount) do --- 348,354 ---- I: Integer; begin + inherited; if not Assigned(Scheme) then Exit; with Scheme do for I := 0 to Pred(TableMetadataCount) do |