DBD::Sybase 1.05_01

2005-04-09 Thread Michael Peppler
I've just uploaded DBD::Sybase 1.05_01 (a test/development version) to CPAN and to http://www.peppler.org/downloads/ This version fixes a number of problems with AutoCommit, and some additional small-ish issues. If you have the time please give this version a try. Thanks, Michael -- Michael

Re: DBD::DBM slow key retrievals....

2005-04-09 Thread Jim Lambert
Hi Jeff, I'm still having a few problems. I tried 1.11, but the key lookups are still doing full file reads. Moving on to 1.12, I was happy to see the key lookups worked great, but I got unexpected results from queries. Thanks for your help. -Jim Here's the test code:

db or file access?

2005-04-09 Thread Ing . Branislav Gerzo
Hi all, This is not direct perl question, but it is database related. I am on freebsd, using mysql, and thinking about storing pictures in database. But someone tolds me, that is faster to have only id in db, and picture stored in harddisk in good dir structure, for example: /1/10/100/1000342.jpg

Re: db or file access?

2005-04-09 Thread Ron Savage
On Sun, 10 Apr 2005 00:47:02 +0200, Ing.Branislav Gerzo wrote: Hi IMHO data goes in databases and files go in directories. Raving about speed is simply premature optimization, and hence is a design fault. -- Cheers Ron Savage, [EMAIL PROTECTED] on 10/04/2005 http://savage.net.au/index.html

t/05threadclone.t fails

2005-04-09 Thread Philip M. Gollucci
Hi, FreeBSD-6.0-current/i386 httpd2/apr/apr-util/modperl2 from SVN trunk w/ worker mpm apr with threads bleedperl w/ ithreads SVN of DBI(964) make test TEST_VERBOSE=1 is attached snipped for only t/05threadclone.t the rest all pass

Re: t/05threadclone.t fails

2005-04-09 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Hi, SVN of DBI(964) make test TEST_VERBOSE=1 is attached snipped for only t/05threadclone.t Appologies, I just noticed this only happens sometimes do to a race condition in the threads. Here iss a test run with the actual error The test that fails is random, it just

Re: DBD::DBM slow key retrievals....

2005-04-09 Thread Jeff Zucker
Jim Lambert wrote: Hi Jeff, I'm still having a few problems. I tried 1.11, but the key lookups are still doing full file reads. Moving on to 1.12, I was happy to see the key lookups worked great, but I got unexpected results from queries. Yep, another bug, thanks much for finding it and