Skip to Content.
Sympa Menu

freetds - RE: buglets in the bcp code

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Steve Langasek <vorlon AT netexpress.net>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: buglets in the bcp code
  • Date: Thu, 26 Sep 2002 11:31:09 -0500

On Wed, Sep 25, 2002 at 12:11:02PM -0400, Castellano, Nicholas wrote:
> The first loop is iterating over the columns from the server, while the
> second loop is iterating over the columns in the host file.

> I think what's needed is a check like this in the second loop, after hostcol
> is assigned:

> if ((hostcol->tab_colnum < 1) || (hostcol->tab_colnum >
> dbproc->bcp_colcount)) {
> continue;
> }

I'll take your word for it and gladly defer to your greater insight in
getting this fixed in CVS. :)

Steve Langasek
postmodern programmer

Attachment: pgpgrlqc0nLmB.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page