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

http://bugzilla.novell.com/show_bug.cgi?id=620860#c2


--- Comment #2 from scott fluto <[email protected]> 2010-07-08 16:39:27 UTC 
---
we actually had this problem with Double.Maxvalue and submitted a patch but it
was never implemented. THis was the patch that was previously submitted.

/mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/Tds70.cs
               private string FormatParameter (TdsMetaParameter parameter)
                {
                                .
                                .
                                .
                                .
                                .

                        case "float":
                                object paramV = parameter.Value;
                                value = ((double)paramV).ToString ("r");
                                break;
                                .
                                .
                                .
                                .
                }

-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to