[Mono-bugs] [Bug 74908][Wis] New - DataColumn.AllowDBNull mis-implementation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 11 May 2005 08:58:51 -0400 (EDT)


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 gerleim@simeis.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=74908

--- shadow/74908	2005-05-11 08:58:51.000000000 -0400
+++ shadow/74908.tmp.24645	2005-05-11 08:58:51.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 74908
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gerleim@simeis.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataColumn.AllowDBNull mis-implementation
+
+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.