ChangeLog 6.1 KB

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