[Mono-bugs] [Bug 703447] New: Repeated calls to OdbcDataReader.GetBytes() don't work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jul 1 09:25:49 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=703447#c0


           Summary: Repeated calls to OdbcDataReader.GetBytes() don't work
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.10.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Data
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: Richard.Kettlewell at thales-esecurity.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Created an attachment (id=437998)
 --> (http://bugzilla.novell.com/attachment.cgi?id=437998)
test case

User-Agent:       Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML,
like Gecko) Chrome/12.0.742.112 Safari/534.30

See attached for test case.

Test case output with Windows .Net:

C:\home\rjk\work\home\rjk\KMI\odbctest>TestSqlGetBytes\bin\Debug\TestSqlGetBytes.exe
dsn=kmi
* opening connection to dsn=kmi
* dropping old table
* creating table
* inserting bytes
* dropping old table

Test case output on Linux with recent Mono master:

$ /usr/local/mono.trunk/bin/mono --debug ./sqlgetbytes.exe dsn=kmi
* opening connection to dsn=kmi
* dropping old table
* creating table
* inserting bytes
(4) got 0 expected 765
* dropping old table

Test case output on Linux with tip of mono-2-10:

$ /usr/local/mono-2-10/bin/mono --debug ./sqlgetbytes.exe dsn=kmi
* opening connection to dsn=kmi
* dropping old table
* creating table
* inserting bytes
(4) got 0 expected 765
* dropping old table

Patch to arrive in next comment...

Reproducible: Always

-- 
Configure bugmail: https://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