[Mono-bugs] [Bug 406540] [Regression] SqlConnection is broken on 1.0 profile
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jul 4 16:10:37 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=406540
User christian.hergert at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=406540#c2
--- Comment #2 from Christian Hergert <christian.hergert at gmail.com> 2008-07-04 14:10:37 MDT ---
Created an attachment (id=226092)
--> (https://bugzilla.novell.com/attachment.cgi?id=226092)
Converts the Tds[] to object[]
Attaching a patch to fix this.
Interlocked.CompareExchange does not like to work on 1.1 if the ref'd array is
not of object[]. Typecasting does not work, it needs to actually be of type
object[].
Can someone commit?
--
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