[Mono-bugs] [Bug 351994] New: Inconsistency between .NET and MONO System.Data.Common. DbConnectionStringBuilder

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 7 06:59:13 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=351994


           Summary: Inconsistency between .NET and MONO
                    System.Data.Common.DbConnectionStringBuilder
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Sys.Data
        AssignedTo: bnc-blr-team-mono at forge.provo.novell.com
        ReportedBy: konstantink at epsystems.lt
         QAContact: mono-bugs at ximian.com
          Found By: Development


Description of Problem:


Steps to reproduce the problem:
1. Create new instance of System.Data.Common.DbConnectionStringBuilder
2. use indexer property to add new keyword with null value: dbCSB["Data
Source"] = null;


Actual Results:
System.ArgumentException is thrown with message "Value should not be null"

Expected Results:
Microsoft .NET implementation allows to add keywords with null values

How often does this happen? 
Everytime you try to call VistaDB.Provider.VistaDBCommand.ExecuteReader()
(VistaDB 3.3 by VistaDB Software - http://www.vistadb.net/)


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list