Re: [Mono-dev] Review of Sql.Data.SqlClient Patches

2008-10-27 Thread John Mortlock
Thanks for your time. I don’t have commit privileges so can you please commit for me. Thanks John From: Nagappan A [mailto:[EMAIL PROTECTED] Sent: Tuesday, 28 October 2008 6:56 AM To: John Mortlock Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Review of Sql.Data.SqlClie

Re: [Mono-dev] Review of Sql.Data.SqlClient Patches

2008-10-27 Thread Nagappan A
Hello Mortlock, The patch looks OK to commit. Thanks Nagappan 2008/10/27 John Mortlock <[EMAIL PROTECTED]> > Hi > > Can someone please take a look at the following patches for two current bug > reports. > > First is for bug #428139 - Negative Money Stored Procedure Parameter > https://bugzilla

[Mono-dev] xbuild

2008-10-27 Thread Jonathan Chambers
Hello, I am looking to work on xbuild a bit, and so I started by looking at the the current tests and planned on writing some more. It looks like there are a substantial number of tests (18) marked NotDotNet. Is there a reason we'd have this many tests that don't work on .Net? Also, some ot

[Mono-dev] Review of Sql.Data.SqlClient Patches

2008-10-27 Thread John Mortlock
Hi Can someone please take a look at the following patches for two current bug reports. First is for bug #428139 - Negative Money Stored Procedure Parameter https://bugzilla.novell.com/show_bug.cgi?id=428139 --- Tds70.cs(revision 113639) +++ Tds70.cs(working copy) @@ -1,4 +1,4 @@ -// +

Re: [Mono-dev] System.Messaging, support for all Message properties

2008-10-27 Thread Atsushi Eno
Applied the patch. Thanks :) Atsushi Eno Michael Barker wrote: > Hi, > > Attached is a patch that adds support for passing all of the Message > properties via RabbitMQ (as per version 1.1 of System.Messaging). > This includes Recoverable (supporting persistence) and Priority (which > would suppo