From: Carlos G. A. <car...@te...> - 2003-07-13 10:24:51
|
Hello: I'm finishing first stage of the reorganization of the GDS implementation for 1.5 version, the new GDS has the next files: GdsArray.cs GdsAsciiBlob.cs GdsAttachement.cs GdsAttachParams.cs GdsBinaryBlob.cs GdsBlob.cs GdsCharset.cs GdsCharsetCollection.cs GdsCodes.cs GdsDbAttachement.cs GdsDecodeType.cs GdsDpbBuffer.cs GdsEncodeType.cs GdsEpbBuffer.cs GdsError.cs GdsErrorCollection.cs GdsEvent.cs GdsEvtAttachement.cs GdsException.cs GdsExceptionHelper.cs GdsField.cs ( XSQLVAR.cs in 1.1 ) GdsInetReader.cs GdsInetWriter.cs GdsLayouts.cs GdsResponse.cs GdsRowDescription.cs ( XSQLDA.cs in 1.1 ) GdsSlice.cs GdsSpbBuffer.cs GdsStatement.cs GdsStatementState.cs GdsSvcAttachement.cs GdsTransaction.cs As a result of the reorganization next files are no more needed and i have deleted it: Blob.cs ( GdsBlob in 1.5 ) FbArray.cs ( GdsArray in 1.5 ) FbBlob.cs ( GdsBinaryBlob in 1.5 ) FbClob.cs ( GdsAsciiBlob in 1.5 ) FbField.cs FbMetaData.cs FbParameterBlock.cs FbResultSet.cs FbStatement.cs The size of the dll are: FirebirdSql.Data.Firebird.1.1.dll -> 276KB FirebirdSql.Data.Firebird.1.5.dll -> 244KB Now i'm trying to run all NUnit test with the 1.5. Comments are wellcome -- Best regards Carlos Guzmán Álvarez Vigo-Spain |