ChangeLog 2.9 KB

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