ChangeLog 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. 2005-11-21 Senganal T <[email protected]>
  2. * DbParameterCollectionBase.cs
  3. - Marked CheckName method as virtual
  4. * DbParameterBase.cs
  5. - Marked Offset property and CopyTo method as virtual
  6. 2005-05-29 Boris Kirzner <[email protected]>
  7. * DbCommandBase.cs
  8. - Private members names changed.
  9. - Implemented ExsecuteScalar, ExecuteNonQuery, PropertyChanging and ResetCommandTimeout.
  10. - Implemented copy ctor.
  11. * DbDataReaderBase.cs
  12. - Implemented Depth property.
  13. - Added #ifdef NET_2_0 on ISValidRow (not used in TARGET_JVM).
  14. - Implemented Dispose and GetEnumerator methods.
  15. * DbParameterBase.cs
  16. - Private members names changed.
  17. - Implemented copy ctor.
  18. - Reimplemented Direction, ParameterName, Size and SourceColumn properties.
  19. - Added #ifdef NET_2_0 on methods not used in TARGET_JVM
  20. - Implemented CopyTo and ShouldSerializeSize methods
  21. - Added internal Parent property (used by DbParameterCollectionBase)
  22. * DbParameterCollectionBase.cs
  23. - Private members names changed.
  24. - Re/Implemented public methods and added private ones.
  25. * DbStringManager.cs - removed.
  26. 2005-03-11 Sureshkumar T <[email protected]>
  27. * DbConnectionBase.cs : Implemented OnStateChange.
  28. 2005-03-08 Sureshkumar T <[email protected]>
  29. * DbParameterBase.cs: Implemented most of get set methods.
  30. * DbConnectionBase.cs: Commented ConnectionOptions creation,
  31. because it is not yet implemented.
  32. * DbCommandBase.cs: Implemented ExecuteScalar method.
  33. * DbParameterCollectionBase.cs: Implemented Add method.
  34. * DbDataReaderBase.cs: removed internal constructor DbDataReader
  35. (DbCommand).
  36. 2005-03-02 Sureshkumar T <[email protected]>
  37. * DbConnectionBase.cs: CreateDbCommand: assign connection to the
  38. created command.
  39. 2005-02-02 Sureshkumar T <[email protected]>
  40. * DbConnectionBase.cs: Implement Dispose Pattern
  41. 2004-11-24 Sureshkumar T <[email protected]>
  42. * DbParameterCollectionBase.cs: Class name changed according to
  43. the documentation
  44. * DbDataReaderBase.cs: Added internal constructor to satisfy
  45. SqlDataReader, which takes command object.
  46. * DbConnectionBase.cs: Added additional methods overriding
  47. DbConnection
  48. 2003-12-28 Tim Coleman <[email protected]>
  49. * DbParameterBase.cs:
  50. Correct type of ValueSize method to int
  51. 2003-12-23 Tim Coleman <[email protected]>
  52. * DbCommandBase.cs DbConnectionBase.cs DbConnectionFactory.cs
  53. * DbParameterCollectionBase.cs:
  54. Some implementation
  55. 2003-12-21 Tim Coleman <[email protected]>
  56. * DbConnectionBase.cs DbConnectionFactory.cs DbConnectionInternal.cs
  57. * DbConnectionPoolCounters.cs DbConnectionPoolOptions.cs
  58. * DbDataReaderBase.cs DbMetaDataFactory.cs DbParameterBase.cs
  59. * DbParameterCollectionBase.cs DbReferenceCollection.cs:
  60. New stubs added
  61. 2003-12-19 Tim Coleman <[email protected]>
  62. * DbCommandBase.cs:
  63. New stub added