From: Nando D. <na...@us...> - 2005-06-18 07:31:10
|
Update of /cvsroot/instantobjects/Source/Brokers/DBISAM In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16669/Brokers/DBISAM Modified Files: InstantDBISAM.pas InstantDBISAMConnectionDefEdit.pas Log Message: changes applied on behalf of Juan J. V. Garcia Index: InstantDBISAM.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/DBISAM/InstantDBISAM.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InstantDBISAM.pas 16 Sep 2004 11:31:51 -0000 1.3 --- InstantDBISAM.pas 18 Jun 2005 07:31:01 -0000 1.4 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta: blob streaming in XML format (Part, Parts, References) * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Juan J. V. Garcia * * ***** END LICENSE BLOCK ***** *) *************** *** 310,315 **** procedure CreateTable(TableMetadata: TInstantTableMetadata); const ! FieldTypes: array[TInstantDataType] of TFieldType = ! (ftInteger, ftFloat, ftBoolean, ftString, ftMemo, ftDateTime, ftBlob); var I: Integer; --- 310,316 ---- procedure CreateTable(TableMetadata: TInstantTableMetadata); const ! FieldTypes: array[TInstantDataType] of TFieldType = ( ! ftInteger, ftFloat, ftCurrency, ftBoolean, ftString, ftMemo, ftDateTime, ! ftBlob); var I: Integer; Index: InstantDBISAMConnectionDefEdit.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/DBISAM/InstantDBISAMConnectionDefEdit.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantDBISAMConnectionDefEdit.pas 29 Jul 2004 20:43:13 -0000 1.2 --- InstantDBISAMConnectionDefEdit.pas 18 Jun 2005 07:31:01 -0000 1.3 *************** *** 25,29 **** * * Contributor(s): ! * Carlo Barazzetta: blob streaming in XML format (Part, Parts, References) * * ***** END LICENSE BLOCK ***** *) --- 25,29 ---- * * Contributor(s): ! * Carlo Barazzetta, Juan J. V. Garcia * * ***** END LICENSE BLOCK ***** *) *************** *** 79,83 **** uses ! DBISAMTb, Graphics, SysUtils, FileCtrl; { TInstantDBISAMConnectionDefEditForm } --- 79,83 ---- uses ! DBISAMTb, Graphics, SysUtils, FileCtrl, InstantClasses, InstantPersistence; { TInstantDBISAMConnectionDefEditForm } |