Skip to Content.
Sympa Menu

freetds - Re: [freetds] Null values in result record are overwrittenwithprevious non-null data when using a prepared query morethan once

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddy77 AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Null values in result record are overwrittenwithprevious non-null data when using a prepared query morethan once
  • Date: Fri, 19 Jun 2009 10:59:09 +0200

2009/6/18 Buurman, H.A. (Herbert) <h.a.buurman AT interlogica.nl>
>
> > -----Original Message-----
> > From: freetds-bounces AT lists.ibiblio.org
> > [mailto:freetds-bounces AT lists.ibiblio.org]On Behalf Of Frediano Ziglio
> > Sent: Thursday, 18 June, 2009 15:11
> > To: FreeTDS Development Group
> > Subject: Re: [freetds] Null values in result record are
> > overwrittenwithprevious non-null data when using a prepared query
> > morethan once
> >
> >
> > Could you try with a sequence growing and shrinking like
> >
> > Value => 1, Identifier => 1,
> > Value => 23, Identifier => 2,
> > Value => 456, Identifier => 3,
> > Value => 78, Identifier => 4,
> > Value => 9, Identifier => 5,
> >
>
> With only modifying the @Identifiers-line to
> my @Identifiers = ('1', '2', '3', '4', '5');
> and filling the table with the above mentioned data, the output
> is as follows:
>
> Value => 1, Identifier => 1,
> Value => 23, Identifier => 2,
> Value => 456, Identifier => 3,
> Value => 78, Identifier => 4,
> Value => 9, Identifier => 5,
>
> Which looks just fine. Guess which value I then Null'ed? :-)
>
> Value => 1, Identifier => 1,
> Value => 23, Identifier => 2,
> Value => 456, Identifier => 3,
> Value => 456, Identifier => 4,
> Value => 9, Identifier => 5,
>
> Kind regards,
> H. Buurman
>

fool of me !!
Could you run your script enabling FreeTDS dumps and send the dump??
Something like

TDSDUMP=freetds.log perl myscript.pl

and send freetds.log

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page