| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- 2005-11-21 Senganal T <[email protected]>
-
- * DbParameterCollectionBase.cs
- - Marked CheckName method as virtual
- * DbParameterBase.cs
- - Marked Offset property and CopyTo method as virtual
- 2005-05-29 Boris Kirzner <[email protected]>
- * DbCommandBase.cs
- - Private members names changed.
- - Implemented ExsecuteScalar, ExecuteNonQuery, PropertyChanging and ResetCommandTimeout.
- - Implemented copy ctor.
- * DbDataReaderBase.cs
- - Implemented Depth property.
- - Added #ifdef NET_2_0 on ISValidRow (not used in TARGET_JVM).
- - Implemented Dispose and GetEnumerator methods.
- * DbParameterBase.cs
- - Private members names changed.
- - Implemented copy ctor.
- - Reimplemented Direction, ParameterName, Size and SourceColumn properties.
- - Added #ifdef NET_2_0 on methods not used in TARGET_JVM
- - Implemented CopyTo and ShouldSerializeSize methods
- - Added internal Parent property (used by DbParameterCollectionBase)
- * DbParameterCollectionBase.cs
- - Private members names changed.
- - Re/Implemented public methods and added private ones.
- * DbStringManager.cs - removed.
-
- 2005-03-11 Sureshkumar T <[email protected]>
- * DbConnectionBase.cs : Implemented OnStateChange.
- 2005-03-08 Sureshkumar T <[email protected]>
- * DbParameterBase.cs: Implemented most of get set methods.
- * DbConnectionBase.cs: Commented ConnectionOptions creation,
- because it is not yet implemented.
- * DbCommandBase.cs: Implemented ExecuteScalar method.
- * DbParameterCollectionBase.cs: Implemented Add method.
- * DbDataReaderBase.cs: removed internal constructor DbDataReader
- (DbCommand).
- 2005-03-02 Sureshkumar T <[email protected]>
- * DbConnectionBase.cs: CreateDbCommand: assign connection to the
- created command.
- 2005-02-02 Sureshkumar T <[email protected]>
- * DbConnectionBase.cs: Implement Dispose Pattern
- 2004-11-24 Sureshkumar T <[email protected]>
- * DbParameterCollectionBase.cs: Class name changed according to
- the documentation
- * DbDataReaderBase.cs: Added internal constructor to satisfy
- SqlDataReader, which takes command object.
- * DbConnectionBase.cs: Added additional methods overriding
- DbConnection
- 2003-12-28 Tim Coleman <[email protected]>
- * DbParameterBase.cs:
- Correct type of ValueSize method to int
- 2003-12-23 Tim Coleman <[email protected]>
- * DbCommandBase.cs DbConnectionBase.cs DbConnectionFactory.cs
- * DbParameterCollectionBase.cs:
- Some implementation
- 2003-12-21 Tim Coleman <[email protected]>
- * DbConnectionBase.cs DbConnectionFactory.cs DbConnectionInternal.cs
- * DbConnectionPoolCounters.cs DbConnectionPoolOptions.cs
- * DbDataReaderBase.cs DbMetaDataFactory.cs DbParameterBase.cs
- * DbParameterCollectionBase.cs DbReferenceCollection.cs:
- New stubs added
- 2003-12-19 Tim Coleman <[email protected]>
- * DbCommandBase.cs:
- New stub added
|