Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.Common/ChangeLog')
-rwxr-xr-xmcs/class/System.Data/System.Data.Common/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.Common/ChangeLog b/mcs/class/System.Data/System.Data.Common/ChangeLog
index 7d19f7aa1ae..4fea0c28881 100755
--- a/mcs/class/System.Data/System.Data.Common/ChangeLog
+++ b/mcs/class/System.Data/System.Data.Common/ChangeLog
@@ -1,3 +1,9 @@
+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>
* DataColumnMappingCollection.cs: Fix a missing exception when the