[freetds] Post unofficial 0.62.2 patch
ZIGLIO, Frediano, VF-IT
Frediano.Ziglio at vodafone.com
Tue Apr 6 03:44:51 EDT 2004
> >
> > 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
More information about the FreeTDS
mailing list