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/ChangeLog')
-rw-r--r--mcs/class/System.Data/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.Data/ChangeLog b/mcs/class/System.Data/ChangeLog
index 35697ba33a4..4224d56ec8f 100644
--- a/mcs/class/System.Data/ChangeLog
+++ b/mcs/class/System.Data/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-13 Rodrigo Moya <rodrigo@ximian.com>
+
+ * System.Data.SqlClient/SqlDataAdapter.cs (DeleteCommand,
+ InsertCommand, SelectCommand, UpdateCommand): removed 'new' keyword
+ to avoid compiler warnings.
+
2002-08-12 Franklin Wise <gracenote@earthlink.net>
* System.Data/Constraint.cs: Implemented