ChangeLog 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. 2004-05-13 Umadevi S ([email protected])
  2. * DbDataPermissionAttribute.cs - Added KeyRestrictions property with a TODO tag
  3. 2004-05-09 Gert Driesen ([email protected])
  4. * ComparerFactory.cs: marked internal
  5. 2003-04-26 Boris Kirzner <[email protected]>
  6. * DataColumnMappingCollection.cs : Small fix in exception message thrown.
  7. 2003-04-25 Boris Kirzner <[email protected]>
  8. * DbDataAdapter.cs : Fixed bug in Fill :
  9. - Reader can have empty results (fo example from UPDATE or DELETE).
  10. - Reader can have results with no rows (SELECT that returns 0 rows but have columns)
  11. - In FillTable - skip rows only once for each table.
  12. 2003-04-14 Juraj Skripsky <[email protected]>
  13. * DbDataAdapter.cs : Refactoring of Fill. New private method
  14. FillTable does most of the work now. Use int[] instead of
  15. hashtable for mapping. Move creation of tableArray[] outside
  16. of loop.
  17. 2004-03-12 Andreas Nahr <[email protected]>
  18. * DbDataPermissionAttribute.cs: Added .Net 1.1 marks
  19. * DataColumnMapping.cs: DO NOT USE the consts scheme if types can be referenced directly!
  20. * DataTableMapping.cs: DO NOT USE the consts scheme if types can be referenced directly!
  21. * DataColumnMappingConverter: Added stub
  22. * DataTableMappingConverter: Added stub
  23. 2004-03-03 Eran Domb <[email protected]>
  24. * ComparerFactory.cs : Added.
  25. 2004-01-10 Atsushi Enomoto <[email protected]>
  26. * DbDataPermission.cs : tiny fix to pass OleDbPermission.
  27. 2004-01-09 Atsushi Enomoto <[email protected]>
  28. * DbDataPermission.cs : .ctor(PermissionState state) should not call
  29. obsolete .ctor(state, allowBlankPassword). csc reports an error.
  30. 2003-12-30 Gonzalo Paniagua Javier <[email protected]>
  31. * DbDataAdapter.cs: handle MissingShemaAction.AddWithKey, call
  32. AcceptChanges in Update when a CommandBuilder is used and
  33. correctly fill information about primary keys in FillSchema.
  34. Patch from Sergei Malinin ([email protected]).
  35. 2003-12-23 Tim Coleman <[email protected]>
  36. * DbConnectionString.cs:
  37. Some implementation
  38. * DbProviderFactory.cs:
  39. Fix typo to make CLS compliant
  40. 2003-12-16 Jackson Harper <[email protected]>
  41. * SchemaTableOptionalColumn.cs: Add to fix default build
  42. 2003-12-16 Tim Coleman <[email protected]>
  43. * CatalogLocation.cs DbCommand.cs DbCommandBuilder.cs
  44. * DbCommandOptionalFeatures.cs DbCommandSet.cs DbConnection.cs
  45. * DbConnectionString.cs DbDataSourceEnumerator.cs
  46. * DbDataUpdatableRecord.cs DbParameter.cs DbParameterCollection.cs
  47. * DbProviderConfigurationHandler.cs DbProviderFactories.cs
  48. * DbProviderFactoriesConfigurationHandler.cs DbProviderFactory.cs
  49. * DbProviderSupportedClasses.cs DbTable.cs DbTransaction.cs
  50. * GroupByBehavior.cs IdentifierCase.cs SchemaLocation.cs
  51. * SchemaTableColumn.cs:
  52. New stubs added for .NET 1.2
  53. * DataAdapter.cs DataColumnMapping.cs DataColumnMappingCollection.cs
  54. * DataTableMapping.cs DataTableMappingCollection.cs DbDataAdapter.cs
  55. * DbDataPermission.cs DbDataPermissionAttribute.cs DbDataRecord.cs
  56. * FieldNameLookup.cs SchemaInfo.cs:
  57. Changes made for .NET 1.2
  58. 2003-10-22 Eran Domb <[email protected]>
  59. * DbDataAdapter.cs : Check if there is mapping to avoid exception.
  60. 2003-11-26 Tim Coleman <[email protected]>
  61. * DbDataReader.cs: Add new stub class
  62. 2003-11-23 Pedro Martínez Juliá <[email protected]>
  63. * DbDataAdapter.cs: Call command dispose in self dispose method. We
  64. need to dispose the connections and other stuff stored in the
  65. commands.
  66. 2003-11-10 Pedro Martínez Juliá <[email protected]>
  67. * DataColumnMappingCollection.cs: Fix a missing exception when the
  68. required mapping is not in the collection. MS.NET throws an
  69. exception there.
  70. 2003-10-22 Eran Domb <[email protected]>
  71. * DbDataAdapter.cs (Fill): add only the mapped column to the dataTable (not all columns of dataReader).
  72. Also closing the dataReader if an exception is thrown.
  73. (Fill): the same as above.
  74. (SetupSchema): in now return string (the table name).
  75. (GetFillParameters): fix a bug.
  76. (BuildSchema) – it now return Hashtable. Add columns to the table only if there is a mapping. Build an Hashtable that maps the columns from the table to the column from the reader.
  77. (Update): first open the connection if needed. Catch an exception of the ExecuteQuery.
  78. 2003-09-30 Duncan Mak <[email protected]>
  79. Patch from Eran Domb <[email protected]>.
  80. * DbDataAdapter.cs (Fill): Fixed an Exception from being thrown.
  81. 2003-09-25 Duncan Mak <[email protected]>
  82. * DbDataAdapter.cs (Fill): Patch from Eran Domb, <[email protected]>.
  83. Fixes a possible NullReferenceException, more details here:
  84. http://lists.ximian.com/archives/public/mono-devel-list/2003-September/002116.html
  85. 2003-09-21 eran <[email protected]>
  86. * DbDataRecord.cs: The method
  87. System.Data.Common.DbDataRecord.GetValues(object[] values) did not
  88. put the values of the DbDataRecord into values parameter.
  89. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  90. * DbDataAdapter.cs: provide a Type for ToArray to avoid invalid cast
  91. exception. Thanks to Mark Easton <[email protected]>.
  92. 2003-07-31 Duncan Mak <[email protected]>
  93. * DataAdapter.cs (CloneInternals): Mark with ObsoleteAttribute for
  94. NET_1_1.
  95. 2003-03-21 Alan Tam <[email protected]>
  96. * DbDataAdapter.cs: Update now uses correct DataRowVersion
  97. when accessing the data.
  98. 2003-03-17 Aleksey Demakov <[email protected]>
  99. * DbDataAdapter.cs: BuildSchema now uses ColumnName instead
  100. of BaseColumnName (bug #39830) for DataColumn names.
  101. BaseTableName is no longer taken into account as well.
  102. 2003-02-28 Aleksey Demakov <[email protected]>
  103. * DbDataAdapter.cs: Update (DataSet) updates the default
  104. table only.
  105. 2003-02-25 Alan Tam <[email protected]>
  106. * DbDataAdapter.cs: Added support for filling when schema is present.
  107. Fixed incorrect behavior when ColumnMapping is present
  108. when more than one fields have the same name. Implemented Dispose.
  109. Fixed error when there is no ColumnMapping at all.
  110. Still have some problems in finding the correct TableMapping
  111. because the SourceTable name is not present in BuildSchema
  112. 2003-02-24 Aleksey Demakov <[email protected]>
  113. * DbDataAdapter.cs: The original code might pass a null DataTableMapping
  114. value which is then used to create a RowUpdatingEventArgs
  115. instance. So RowUpdatingEvent handler (for instance
  116. CommandBuilder) could get null DataTableMapping which
  117. might be unexpected. The patch makes sure that a non-null
  118. DataTableMapping is passed.
  119. 2003-01-26 Gonzalo Paniagua Javier <[email protected]>
  120. * DbEnumerator.cs: why does the runtime throw an invalid cast here? The
  121. object is an Int16... Gotta fill a bug report and when fixed undo this
  122. patch.
  123. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  124. * DbDataRecord.cs: return DbNull.Value in GetValue () if value is null.
  125. 2002-10-31 Daniel Morgan <[email protected]>
  126. * SchemaInfo.cs: added missing properties to fix mcs build
  127. 2002-05-05 Miguel de Icaza <[email protected]>
  128. * DataTableMapping.cs, DataTableMappingCollection.cs: comment out
  129. interfaces we do not implement yet.
  130. * DbDataAdapter.cs: Stub IEnumerable, comment out interfaces
  131. we do not implement yet.
  132. * DbDataPermissionAttribute.cs: call base constructor.