ChangeLog 2.6 KB

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