[Mono-bugs] [Bug 544308] New: Mono SqlClient ado.net provider is not adding @ before param name

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 5 08:03:04 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=544308


           Summary: Mono SqlClient ado.net provider is not adding @ before
                    param name
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Data.SqlClient
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: avkekem at hotmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)

i got errors back from sql server that param @param is not supplied.

Diff in .net sqlclient and mono .net client:
net: exec test @param=1
mono: exec test param=1

Please add a @ to the param name if there is no @ at the start.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.

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


More information about the mono-bugs mailing list