| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- 2007-05-10 Adar Wesley <[email protected]>
- * SqlCommand.cs: added missing methods Asynch operations
- * SqlConnection.cs: added missing methods ChangePassword, ClearPool,
- ClearAllPools, RetrieveStatistics, ResetStatistics.
- * SqlDataReader.cs: added missing methods GetSqlBytes, GetSqlChars,
- GetSqlXml, IsCommandBehavior.
- * SqlErrorCollection.cs: added missing method strongly typed CopyTo.
- * SqlParameter.cs: added missing methods ResetSqlDbType, ResetDbType.
- * SqlParameterCollection.cs: added missing methods strongly typed
- AddRange, IndexOf.
- * SqlTransaction.cs: added missing methods Save, Rollback.
- 2006-08-24 Konstantin Triger <[email protected]>
- * SqlCommand, SqlParameter.cs: correctly resolve parameters without '@'.
- 2006-06-21 Konstantin Triger <[email protected]>
- * SqlCommand.cs, SqlXmlTextReader.cs: ExecuteXmlReader() implementation.
- 2005-12-15 Konstantin Triger <[email protected]>
- * SqlConnection.cs: save StringManager into AppDomain.
- 2005-16-11 Boris Kirzner <[email protected]>
- * SqlConnection.cs: Added override for CreateException().
- 2005-09-14 Boris Kirzner <[email protected]>
- * SqlConvert.cs: Fix SqlDbType to JDBC type convertion.
- 2005-09-11 Boris Kirzner <[email protected]>
- * SqlConvert.cs: Fix DbType to SqlDbType convertion.
- 2005-09-05 Boris Kirzner <[email protected]>
- * SqlConvert.cs: reimplemented ValueTypeToSqlDbType().
- * SqlParameter.cs:
- - Update of DbType should also update SqlDbType property.
- - Do not update parameter type is the value set is DbNull.
- 2005-08-18 Boris Kirzner <[email protected]>
- * SqlCommand.cs: added GetReturnParameter method.
-
|