[Mono-devel-list] [PATCH] changes in System.Data
Eran Domb
erand at mainsoft.com
Sun Nov 9 09:25:26 EST 2003
Hi
I made some changes in System.Data:
* DataColumn.cs (AllowDBNull) : Throw an exception.
* DataRow.cs (this[]) : First check if row is deleted.
(ItemArray) : First check if row is deleted.
(SetColumnValue) : Initiate error message when null
violation happens. Check for array type when
setting the value of the row.
(EndEdit) : Check that the table's row is not in loading
before validating constrains.
(CheckNullConstraints) : new method for validating null
constraint violations.
* DataRowCollection.cs (ValidateDataRowInternal) : Adding
validation of null constraint violation.
* DataSet.cs (CaseSensitive) : After changing the value -
check constrains.
(EnforceConstraints) : When changing the value to true
assert all constraints.
* UniqueConstraint.cs (AssertConstraint,CalcHashValue,
RowsComparer) : Adding support for case insensitive comparison.
If no one objects I will commit.
Thanks
Eran Domb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20031109/9f949469/attachment.html
More information about the Mono-devel-list
mailing list