Skip to Content.
Sympa Menu

freetds - Re: checkins

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Lowden, James K" <LowdenJK AT bernstein.com>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: checkins
  • Date: Thu, 6 Jun 2002 12:20:11 -0400


> From: Bill Thompson [mailto:thompbil AT exchange.uk.ml.com]
> Sent: June 6, 2002 11:30 AM
>
> I think I've got to the bottom of the column widths for dates in sqsh,
> when it is linked with FreeTDS.
>
> If you do a "select getdate()", the code in sqsh (1.7)
> doesn't seem to use
> ct_bind() to do the data conversion. Instead it decides to do the data
> conversion itself, which it does by calling cs_convert(). Our
> implementation of cs_convert() does not have the fancy
> padding/trimming
> code which we have in our ct_bind() code, hence we don't
> properly trim the
> resulting data.

Bill,

Wow! That's great! If you'll post the patch, I'll apply it as soon as I
can.

It sounds like we're going to be able to iron out the wrinkles much faster
than I thought. I'm glad it turns out that ct-lib needed fixing, and not
your conversion routines.

Thanks and regards,

--jkl





Archive powered by MHonArc 2.6.24.

Top of Page