[Mono-bugs] [Bug 381100] SqlCommand.Parameters.AddRange(SqlParameter[]) results in Segmentation fault
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Apr 19 11:16:37 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=381100
User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=381100#c1
Robert Jordan <robertj at gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robertj at gmx.net
--- Comment #1 from Robert Jordan <robertj at gmx.net> 2008-04-19 09:16:36 MST ---
Fixed in SVN r101212. The segfault was actually a stack overflow.
You can use this AddRange overload until this patch has been releases:
command.Parameters.AddRange((System.Array)new SqlParameter[] { });
--
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