From: Rodrigo Moya Date: Sun, 6 Oct 2002 19:10:33 +0000 (-0000) Subject: 2002-10-06 Luis Fernandez X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=181aa014e39c8b0a92f524b52b64b9b24429fcfa;p=mono.git 2002-10-06 Luis Fernandez * System.Data/Constraint.cs (AssertConstraint): added overloaded method. * System.Data/DataColumnCollection.cs: added constraints when needed. * System.Data/DataRow.cs: validate UniqueConstraint's. * System.Data/DataRowCollection.cs (ValidateDataRowInternal): new internal method to validate a given DataRow with respect to the DataRowCollection. * System.Data/ForeignKeyConstraint.cs (AssertConstraint): stubs for new overloaded method. * System.Data/UniqueConstraint.cs: added implementation. (AseertConstraint): implemented new overloaded method. svn path=/trunk/mcs/; revision=8039 --- diff --git a/mcs/class/System.Data/ChangeLog b/mcs/class/System.Data/ChangeLog index bbba6c5a4d4..310f0a8566f 100644 --- a/mcs/class/System.Data/ChangeLog +++ b/mcs/class/System.Data/ChangeLog @@ -33,7 +33,7 @@ * System.Data.OleDb/OleDbConnection.cs: Close reader properly in call to ExecuteScalar(). -ยบ + 2002-09-07 Rodrigo Moya * System.Data.OleDb/OleDbConnection.cs (Open): changed to use OleDb