2010/10/14 H.Merijn Brand <h.m.br...@xs4all.nl>: > Regarding RT#61513, Here's a script that shows both. > > As this is completely withing the realm of your changes to initializing > DBD::File for DBD::DBM, I'd appreciate a pointer in where to look ... > > tux09:/pro/3gl/CPAN/DBD-CSV/sandbox 425 > perl rt61513.pl 0 > 0 0 root > 1 1 bin > 2 2 daemon > 4 7 lp > tux09:/pro/3gl/CPAN/DBD-CSV/sandbox 426 > perl rt61513.pl 1 > DBD::CSV::st execute failed: > Execution ERROR: Cannot open /pro/3gl/CPAN/DBD-CSV/sandbox/dinges: No such > file or directory (2) at > /pro/lib/perl5/site_perl/5.12.2/i686-linux-64int-ld/DBD/File.pm line 690 > . > > [for Statement "select * from dinges where uid < 5 order by uid"] at > rt61513.pl line 31. > execute failed: > Execution ERROR: Cannot open /pro/3gl/CPAN/DBD-CSV/sandbox/dinges: No such > file or directory (2) at > /pro/lib/perl5/site_perl/5.12.2/i686-linux-64int-ld/DBD/File.pm line 690
Thanks for the test, Merijn. I Fixed it on the road and committed it into sqlengine branch along with other fixes yesterday and today. I strongly suggest not merging into the trunk and releasing before I found a tuit to add tests for a lot of things. Best regards, Jens