Hi all,
I was wondering if load_on_demand and Oracle was working on .765?
I'm a newb of 24 hours, but I like what I see thus far! I'm just doing
some testing, and I can't seem to get lazy loading to work with our
Oracle db.
My test script works fine up until I change one blob column to use 'lazy
=> 1', at which point my test script bombs out:
Use of uninitialized value in method lookup at
/usr/lib/perl5/site_perl/5.8.8/Rose/DB/Object.pm line 401.
Use of uninitialized value in concatenation (.) or string at
/usr/lib/perl5/site_perl/5.8.8/Rose/DB/Object.pm line 1497.
Use of uninitialized value in concatenation (.) or string at
/usr/lib/perl5/site_perl/5.8.8/Rose/DB/Object.pm line 1497.
load() - Can't locate object method "" via package "" at
/usr/lib/perl5/site_perl/5.8.8/Rose/DB/Object.pm line 1497
Rose::DB::Object::AUTOLOAD('Product=HASH(0x8ba6898)', 'F')
called at /usr/lib/perl5/site_perl/5.8.8/Rose/DB/Object.pm line 401
eval {...} called at
/usr/lib/perl5/site_perl/5.8.8/Rose/DB/Object.pm line 345
Rose::DB::Object::load('Product=HASH(0x8ba6898)') called at
/home/justintime/tmp/roseTests.pl line 26
at /home/justintime/tmp/roseTests.pl line 26
Line 26 contains $p->load();
Up to this point, I've basically followed the Rose::DB::Object::Tutorial
to a tee, save for manual meta->setup on my tables (auto_initialize
didn't work, but I guessed that's an Oracle incompatibility).
Am I missing something, or is this an Rose::DB::Oracle bug?
Justin
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object