ChangeLog 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. 2007-07-01 Gert Driesen <[email protected]>
  2. * OleDbCommand.cs: 2.0 API fixes. Build fix.
  3. 2007-07-01 Gert Driesen <[email protected]>
  4. * OleDbCommand.cs: Code formatting.
  5. * OleDbDataReader.cs: Code formatting.
  6. * OleDbError.cs: Code formatting.
  7. * OleDbErrorCollection.cs: Code formatting.
  8. * OleDbException.cs: Code formatting.
  9. * OleDbInfoMessageEventArgs.cs: Code formatting.
  10. * OleDbParameter.cs: Code formatting.
  11. * OleDbParameterCollection.cs: Code formatting.
  12. 2007-06-21 Nagappan A <[email protected]>
  13. * OleDbConnection.cs: Fixed compiler warning.
  14. * OleDbParameterCollection.cs (AddWithValue): Fixed compiler
  15. warning.
  16. 2007-02-20 Frederik Carlier <[email protected]>
  17. * OleDbParameterCollection.cs: Added AddWithValue method.
  18. 2007-01-08 Nagappan A <[email protected]>
  19. * OleDbCommand.cs: Fixed compilation warning.
  20. * OleDbDataAdapter.cs: Fixed compilation warning.
  21. 2006-07-13 Senganal T <[email protected]>
  22. * OleDbCommand : 2.0 Api fixes
  23. 2006-05-31 Gert Driesen <[email protected]>
  24. * OleDbErrorCollection.cs: Removed explicit interface implementation
  25. of IEnumerable.GetEnumerator ().
  26. * OleDbParameterCollection.cs: Removed explicit interface
  27. implementation members that are already implementation by public
  28. members.
  29. 2006-02-17 Chris Toshok <[email protected]>
  30. * OleDbDataAdapter.cs, OleDbCommand.cs, OleDbParameter.cs,
  31. OleDbCommandBuilder.cs, OleDbConnection.cs: remove
  32. DataSysDescriptions for >= 2.0.
  33. 2006-02-17 Chris Toshok <[email protected]>
  34. * OleDbCommand.cs: remove extra using System.Data. fixes warning.
  35. 2005-10-04 Sebastien Pouliot <[email protected]>
  36. * OleDbDataReader.cs: Added a call to GC.SuppressFinalize in Dispose
  37. method (and avoids calling the destructor if the object was disposed).
  38. * OleDbTransaction.cs: Added a call to GC.SuppressFinalize in Dispose
  39. method (even if we throw an NotImplementedException afterward). This
  40. will remove warnings from gendarme.
  41. 2005-09-20 Alexandre Miguel Pedro Gomes <[email protected]>
  42. * OleDbConnection.cs: Verify and throw an exception if the
  43. connection isn't valid.
  44. 2005-09-13 Sureshkumar T <[email protected]>
  45. * Moved TestGda.cs & TestOleDb.cs to ..\Test.
  46. 2005-08-08 Gert Driesen <[email protected]>
  47. * OleDbDataAdapter.cs: Fixed custom attributes to match MS.NET.
  48. * OleDbCommand.cs: Fixed custom attributes to match MS.NET.
  49. * OleDbParameter.cs: Fixed custom attribute to match MS.NET.
  50. * OleDbException.cs: Added ErrorTypeConverter, assigned to ErrorCode
  51. property to match MS.NET.
  52. * OleDbConnection.cs: Fixed custom attributes to match MS.NET.
  53. 2005-02-16 Lluis Sanchez Gual <[email protected]>
  54. * OleDbCommand.cs: Make it inherit from the correct base class in 2.0,
  55. and added stubs for some interface methods.
  56. 2004-09-14 Sebastien Pouliot <[email protected]>
  57. * OleDbPermission.cs: Added internal constructor accepting an OleDb
  58. PermissionAttribute parameter (using base class protected ctor).
  59. Re-added the Provider property (removed by error).
  60. * OleDbPermission.cs: Copy now use the new OleDbPermission
  61. constructor. Re-added the Provider property (removed by error).
  62. 2004-09-13 Sebastien Pouliot <[email protected]>
  63. * OleDbPermission.cs: Mostly completed (needs tests).
  64. * OleDbPermissionAttribute.cs: Completed.
  65. 2004-06-16 Gert Driesen <[email protected]>
  66. * OleDbError.cs: fixed serialization compatibility with MS.NET
  67. * OleDbErrorCollection.cs: fixed serialization compatibility with
  68. MS.NET
  69. 2004-06-13 Gert Driesen <[email protected]>
  70. * OleDbLiteral.cs: changed enum field values to match MS.NET
  71. * OleDbType.cs: changed enum field values to match MS.NET
  72. 2004-06-04 Gert Driesen <[email protected]>
  73. * OleDbDataAdapter.cs: added stub for missing
  74. Dispose override
  75. 2004-06-02 Gert Driesen <[email protected]>
  76. * OleDbParameter.cs: added missing attributes
  77. * OleDbPermission.cs: added missing attributes
  78. * OleDbConnection.cs: added missing attributes
  79. * OleDbDataAdapter.cs: added missing attributes
  80. 2004-05-27 Atsushi Enomoto <[email protected]>
  81. * OleDbDataReader.cs : don't output debug message to Console.
  82. 2004-05-20 Gert Driesen ([email protected])
  83. * OleDbPermissionAttribute.cs: change AllowMultiple and
  84. Inherited to match .NET
  85. 2004-05-14 Umadevi S ([email protected])
  86. * OleDbAdapter.cs -Implemented attributes, changed method signature for fill
  87. 2004-05-14 Umadevi S ([email protected])
  88. * OleDbCommand.cs - Completed implementing all the attributes
  89. 2004-05-14 Umadevi S ([email protected])
  90. * OleDbCommand.cs - Completed implementing all the attribute
  91. 2004-05-14 Umadevi S ([email protected])
  92. * OleDbConnection.cs - Completed implementing all the attributes
  93. - Stubbed EnlistDistributedTransaction method
  94. 2004-05-14 Umadevi S ([email protected])
  95. * OleDbDataAdapter.cs - Completed implementing all the attributes
  96. - Stubbed the Fill methods
  97. 2004-05-14 Umadevi S ([email protected])
  98. * OleDbParameter.cs - Completed implementing all the attributes
  99. 2004-05-13 Umadevi S ([email protected])
  100. * OleDbDataReader.cs - Stubbed HasRows method
  101. - Implemented EditorBrowsableAttribute
  102. * OleDbParameterConverter.cs - Stubbed this class
  103. * OleDbParameter.cs - Added a few attributes.
  104. 2004-05-09 Gert Driesen ([email protected])
  105. * OleDbCommand.cs: removed setter for Parameters property to
  106. match MS.NET
  107. * OleDbCommandBuilder.cs: fixed GetUpdatetCommand typo
  108. * OleDbErrorCollection: added default internal ctor to match
  109. MS.NET
  110. * OleDbInfoMessageEventArgs.cs: added default internal ctor
  111. to match MS.NET
  112. * OleDbParameter.cs: added setter for IsNullable
  113. * OleDbParameterCollection: added default internal ctor to
  114. match MS.NET
  115. * OleDbPermission.cs: removed extra IsSubsetOf method
  116. 2004-04-06 Gonzalo Paniagua Javier <[email protected]>
  117. * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
  118. CLS compliance.
  119. 2004-01-10 Atsushi Enomoto <[email protected]>
  120. * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
  121. 2002-11-01 Daniel Morgan <[email protected]>
  122. * OleDbDataReader.cs: implemented
  123. Dispose() and GetEnumerator()