[Mono-bugs] [Bug 341726] New: Odbc: Wrong number of affected record returned for batches

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 14 15:36:12 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=341726#c3

           Summary: Odbc: Wrong number of affected record returned for
                    batches
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Data
        AssignedTo: vvaradhan at novell.com
        ReportedBy: gert.driesen at pandora.be
         QAContact: mono-bugs at ximian.com
          Found By: ---


Both OdbcCommand.ExecuteNonQuery and OdbcDataReader.RecordsAffected return
wrong results when a batch of SQL statements is executed.

To reproduce:
1. modify the values in the CreateOdbcConnectionString method of the attached
repro.
2. compile and run it.

Actual result:

#3 is output to the console, and the exit code is 3.

Expected result:

Nothing is output to the console, and the exit code is 0.


-- 
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