memory leaking

2001-11-14 Thread Polak Michal
Hello, there is memory leaking somewhere. I think it is in DBI. Please, try this source code (replace dbname, username and password, please): ### use strict; use DBI; my $sql = "INSERT INTO test01 select * from test02 where column01 = ?"; my($database,

Re: memory leaking

2001-11-14 Thread Tim Bunce
It's on my list to look into soon. Thanks. Tim. On Wed, Nov 14, 2001 at 10:45:55AM +0100, Polak Michal wrote: Hello, there is memory leaking somewhere. I think it is in DBI. Please, try this source code (replace dbname, username and password, please):