[Mono-bugs] [Bug 74908][Wis] Changed - DataColumn.AllowDBNull
mis-implementation
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 20 04:51:08 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by tsureshkumar at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74908
--- shadow/74908 2005-05-20 04:49:24.000000000 -0400
+++ shadow/74908.tmp.13145 2005-05-20 04:51:08.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 74908
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Wishlist
Component: Sys.Data
AssignedTo: tsureshkumar at novell.com
ReportedBy: gerleim at simeis.hu
QAContact: mono-bugs at ximian.com
@@ -19,6 +19,12 @@
DataColumn.AllowDBNull should not throw exeption on "existing" data.
AllowDBNull (and Readonly) is only schema information, not for immediate
data validation.
Data should be valideted when a new value is given.
This also how MS System.Data implementation works.
+
+------- Additional Comments From tsureshkumar at novell.com 2005-05-20 04:51 -------
+nope, when changing a column schema, the underlying data should be
+validated whether that can be suited with the changed schema.
+
+This is a expected behavior.
More information about the mono-bugs
mailing list