Skip Menu |

This queue is for tickets about the Rose-DB-Object CPAN distribution.

Report information
The Basics
Id: 31199
Status: resolved
Priority: 0/
Queue: Rose-DB-Object

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.765
Fixed in: (no value)



Subject: t/db-object-relationship.t fails with SQLite
.... ok 1214 - set foreign key object: no save - sqlite ok 1215 - set foreign key object: too few keys - sqlite Could not add other_obj object - insert() - DBD::SQLite::st execute failed: bind or column index out of range(25) at dbdimp.c line 376 at .cpan/build/Rose-DB-Object-0.765/blib/lib/Rose/DB/Object.pm line 1103. at .cpan/build/Rose-DB-Object-0.765/blib/lib/Rose/DB/Object/MakeMethods/Generic.pm line 2043 at t/db-object-relationship.t line 4707 DBD::SQLite 1.14 OS : Darwin Kernel Version 8.11.1 (Mac OS X) Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=darwin, osvers=8.10.1, archname=darwin-2level 8.10.1 darwin kernel version 8.10.1: wed may 23 16:33:00 pdt 2007; root:xnu-792.22.5~1release_i386 i386 i386 ' config_args='-des -Dprefix=/opt/local -Dccflags=-I'/opt/local/include' -Dldflags=-L/opt/local/lib -Dvendorprefix=/opt/local -Dcc=/usr/bin/gcc-4.0' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='/usr/bin/gcc-4.0', ccflags ='-I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/opt/local/include', optimize='-O3', cppflags='-no-cpp-precomp -I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/opt/local/include' ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5367)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/opt/local/lib' libpth=/opt/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-L/opt/local/lib -bundle -undefined dynamic_lookup'Characteristics of this binary (from libperl): Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO Built under darwin
On Tue Dec 04 11:27:58 2007, http://luckyluc.wordpress.com/ wrote: Show quoted text
> DBD::SQLite 1.14
DBD::SQLite 1.14 is buggy and does not allow RDBO to pass all tests. At the time the current CPAN release of RDBO was released, DBD::SQLite 1.14 did not yet exist so no check or warning could be made about it. The upcoming release of RDBO will detect and warn about DBD::SQLite 1.14. Some background here: http://www.mail-archive.com/rose-db-object@lists.sourceforge.net/msg02344.html