[fpc-devel] Some Dataset and Variants patches

2005-09-16 Thread petr . kristan
Index: rtl/objpas/varutils.inc Aded forgotten initialization === --- rtl/objpas/varutils.inc (revision 1083) +++ rtl/objpas/varutils.inc (working copy) @@ -359,6 +359,7 @@ if Res<>VAR_OK then exit; Result^.DimC

Re: [fpc-devel] Some Dataset and Variants patches

2005-09-16 Thread Joost van der Sluis
Any reason to re-implement the tempbuffer? Or were you just using an older version? regards, Joost. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Some Dataset and Variants patches

2005-09-16 Thread petr . kristan
On Fri, Sep 16, 2005 at 04:21:16PM +0200, Joost van der Sluis wrote: > Any reason to re-implement the tempbuffer? Or were you just using an > older version? Please give me more datails (history) about "tempbuffer". I can look deeply into ZeosLib and find out why it needs tempbuffer. Patch with co

Re: [fpc-devel] Some Dataset and Variants patches

2005-09-16 Thread Alexandrov Alexandru
On 9/16/05, Joost van der Sluis <[EMAIL PROTECTED]> wrote: > Any reason to re-implement the tempbuffer? Or were you just using an > older version? > > regards, > Joost. > > ___ > fpc-devel maillist - fpc-devel@lists.freepascal.org > http://lists.freep

Re: [fpc-devel] Some Dataset and Variants patches

2005-09-18 Thread Luiz Américo
Alexandrov Alexandru wrote: On 9/16/05, Joost van der Sluis <[EMAIL PROTECTED]> wrote: Any reason to re-implement the tempbuffer? Or were you just using an older version? regards, Joost. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http

Re: [fpc-devel] Some Dataset and Variants patches

2005-09-19 Thread Joost van der Sluis
> > Any reason to re-implement the tempbuffer? Or were you just using an > > older version? > Please give me more datails (history) about "tempbuffer". Well, it was an empty procedure. But no-one had a clue where it was used for. Probably it had something to do with some very old fpc-TDataset- des

Re: [fpc-devel] Some Dataset and Variants patches

2005-09-19 Thread Joost van der Sluis
> It seems that there are many delphi compatible components left that > use tempbuffer. I have myself reintroduced this function instantly, > becouse it is used in filtering/searching operations by my dataset > component. > Since this function exists in delphi and it is used by some > components,

Re: [fpc-devel] Some Dataset and Variants patches

2005-09-19 Thread Alexandrov Alexandru
On 9/19/05, Joost van der Sluis <[EMAIL PROTECTED]> wrote: > > It seems that there are many delphi compatible components left that > > use tempbuffer. I have myself reintroduced this function instantly, > > becouse it is used in filtering/searching operations by my dataset > > component. > > Since

Re: [fpc-devel] Some Dataset and Variants patches

2005-09-19 Thread petr . kristan
On Mon, Sep 19, 2005 at 01:29:16PM +0200, Joost van der Sluis wrote: > > > Any reason to re-implement the tempbuffer? Or were you just using an > > > older version? > > Please give me more datails (history) about "tempbuffer". > > Well, it was an empty procedure. But no-one had a clue where it was