Skip to Content.
Sympa Menu

freetds - RE: [freetds] Post unofficial 0.62.2 patch

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] Post unofficial 0.62.2 patch
  • Date: Tue, 6 Apr 2004 09:44:51 +0200

> >
> > Attached a patch from unofficial 0.62.2 version to current 0.62 CVS
> > version. I think is safe to include all changes into
> official 0.62.2.
> > Mainly changes are backport for DBD::ODBC problems.
>
> Hi Freddy,
>
> Thanks for the update.
>
> I'll apply your patch this weekend. To avoid confusion, I'll
> release it as 0.62.3. We won't run out of numbers.
>
> BTW: tds_ascii_strupr()? I don't understand the purpose of
> this routine. If it found a string with one letter in the
> range [128,255], it would convert the rest of the string to
> upper case, leaving that one character unchanged. That seems
> odd. Also, a bikeshed question: should we use isascii(3) and
> toupper(3) instead?
>

It just convert any character of a string in range a-z to range A-Z.
Yes, toupper works however I know that my string is always ascii so I
used this method.

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page