[Mono-dev] Candidate Fix for 699643

Daniel Morgan monodanmorg at yahoo.com
Tue Dec 6 14:02:11 EST 2011


Mono.Data.TdsClient and Mono.Data.SybaseClient were removed from Mono.  So, there is no need to support older versions of SQL Server (pre-7.0) nor any version of Sybase ASE anymore in Mono.Data.Tds.

If someone needs support for an old SQL Server database or Sybase ASE, then they should use ODBC with FreeTDS.



________________________________
 From: Neale Ferguson <NealeFerguson at verizon.net>
To: Mono-Devel <mono-devel-list at lists.ximian.com> 
Sent: Monday, December 5, 2011 1:18 PM
Subject: Re: [Mono-dev] Candidate Fix for 699643
 
Actually, given that TdsMetaParameter is only referenced by Tds70.cs and
Tds80.cs, then is the test necessary?

If it is, what would be the best way of getting the value of tdsVersion?
Should Tds.cs constructor invoke something in TdsMetaParameter to pass it
the value for future reference? I seem to be having a senior moment trying
to work out the simplest method of performing the test.

Neale


On 11/23/11 2:14 PM, "Veerapuram Varadhan" <vvaradhan at novell.com> wrote:

> Yes, certainly
> 
> On Wed, 2011-11-23 at 14:05 -0500, Neale Ferguson wrote:
>> Understood. Will something like this help?
>> 
>> if (tdsVersion >= TdsVersion.tds70) {
>> :
>> }
>> 
>> 
>> On 11/23/11 1:54 PM, "Veerapuram Varadhan" <vvaradhan at novell.com> wrote:
>> 
>>> Hi Neale,
>>> 
>>> First part of the fix would be good to go.  The later part will have
>>> issues with earlier versions of TDS, which people still use.
>>> 
>>> V. Varadhan
>>> 
>>> On Wed, 2011-11-23 at 13:28 -0500, Neale Ferguson wrote:
>>>> I am looking to commit the following fix http://pastebin.com/qw2WdzPr to
>>>> resolve bug 699643 (https://bugzilla.novell.com/show_bug.cgi?id=699643).
>>>> Would someone be willing to review it?
>>>> 
>>>> Neale
>>>> 
>>>> 
>>>> _______________________________________________
>>>> Mono-devel-list mailing list
>>>> Mono-devel-list at lists.ximian.com
>>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>> 
>>> 
>>> 
>> 
>> 
>> 
> 
> 


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20111206/e843d461/attachment-0001.html 


More information about the Mono-devel-list mailing list