Skip Menu |

This queue is for tickets about the SQL-SqlObject CPAN distribution.

Report information
The Basics
Id: 33391
Status: new
Priority: 0/
Queue: SQL-SqlObject

People
Owner: Nobody in particular
Requestors: a_ginn [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.02
Fixed in: (no value)



Subject: SQL::SqlObject::ODBC 0.02 -- problem in building, and connecting to ODBC databases
PROBLEM #1: When building (make test): [/home/alg/perlmods/SQL-SqlObject-0.02] ))make test /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_sqlobject....ok t/02_odbc.........ok t/03_pg...........Use of uninitialized value in string eq at t/03_pg.t line 15. Use of uninitialized value in string eq at t/03_pg.t line 15. Use of uninitialized value in string eq at t/03_pg.t line 17. Use of uninitialized value in string eq at t/03_pg.t line 17. Use of uninitialized value in string eq at t/03_pg.t line 19. Use of uninitialized value in string eq at t/03_pg.t line 19. ok All tests successful. Files=3, Tests=28, 1 wallclock secs ( 0.63 cusr + 0.40 csys = 1.03 CPU) PROBLEM #2: Call to incorrectly spelled Carp:: function: Carp::Confess() -- Should be Carp::confess(). ))./mysql_dbsqltest Undefined subroutine &Carp::Confess called at /usr/lib/perl5/site_perl/5.8/SQL/SqlObject.pm line 98. I'll try to fix and submit my suggested changes.
From: a_ginn [...] yahoo.com
Please close this bug tracker. No fix necessary, as features in DBI has all that I need. ================================== On Mon Feb 18 11:09:32 2008, allig wrote: Show quoted text
> PROBLEM #1: > When building (make test): > [/home/alg/perlmods/SQL-SqlObject-0.02] > ))make test > /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > t/01_sqlobject....ok > t/02_odbc.........ok > t/03_pg...........Use of uninitialized value in string eq at t/03_pg.t > line 15. > Use of uninitialized value in string eq at t/03_pg.t line 15. > Use of uninitialized value in string eq at t/03_pg.t line 17. > Use of uninitialized value in string eq at t/03_pg.t line 17. > Use of uninitialized value in string eq at t/03_pg.t line 19. > Use of uninitialized value in string eq at t/03_pg.t line 19. > ok > All tests successful. > Files=3, Tests=28, 1 wallclock secs ( 0.63 cusr + 0.40 csys = 1.03 CPU) > > PROBLEM #2: Call to incorrectly spelled Carp:: function: > Carp::Confess() -- Should be Carp::confess(). > > ))./mysql_dbsqltest > Undefined subroutine &Carp::Confess called at > /usr/lib/perl5/site_perl/5.8/SQL/SqlObject.pm line 98. > > > I'll try to fix and submit my suggested changes. >