New test.
[mono.git] / mcs / class / System.Data / System.Data.Common / ChangeLog
index 7905302297a3e94cf082d742bc73031326a7bf55..3ec92d8d78c078f2273749d9f8d61aeacbc0a78e 100644 (file)
@@ -1,3 +1,34 @@
+2006-11-28  Nagappan A  <anagappan@novell.com>
+
+       * DbDataAdapter.cs: Removed bogus MonoTODOs
+
+       * DataAdapter.cs: Removed bogus MonoTODOs
+       
+2006-11-15  Nagappan A  <anagappan@novell.com>
+
+       * DbDataAdapter.cs (FillFromReader): Implemented missing API to
+       handle FillErrorEventHandler
+       (DataAdapter): Implemented missing .NET 2.0 function
+       (GetDeleteCommand): Returns DbDataAdapter deleteCommand internal
+       variable.
+       (GetInsertCommand): Returns DbDataAdapter insertCommand internal
+       variable.
+       (GetUpdateCommand): Returns DbDataAdapter updateCommand internal
+       variable.
+
+2006-09-06  Konstantin Triger <kostat@mainsoft.com>
+
+       * DbDataAdapter.cs: added basic implementation for some 2.0 features.
+
+2006-08-24  Vladimir Krasnov <vladimirk@mainsoft.com>
+
+       * DbProviderFactories.cs: added TARGET_JVM block to not supported
+       functionality
+
+2006-08-06  Konstantin Triger <kostat@mainsoft.com>
+
+       * DbDataReader.cs: DbDataReader.Dipose(bool) - implemented.
+
 2006-07-17  Senganal T <tsenganal@novell.com>
 
        * Index.cs :
 2003-11-26  Tim Coleman <tim@timcoleman.com>
        * DbDataReader.cs: Add new stub class
 
-2003-11-23  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-23  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * DbDataAdapter.cs: Call command dispose in self dispose method. We
        need to dispose the connections and other stuff stored in the
        commands.
 
-2003-11-10  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-10  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * DataColumnMappingCollection.cs: Fix a missing exception when the
        required mapping is not in the collection. MS.NET throws an
        (Fill): the same as above.
        (SetupSchema): in now return string (the table name). 
        (GetFillParameters): fix a bug.
-       (BuildSchema) \96 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.
+       (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.
        (Update): first open the connection if needed. Catch an exception of the ExecuteQuery.