Kenneth Dick wrote:
I keep getting the following warning message using DBIx::Chart.In spite of the message, the chart does generate OK. I'm using Activestate 5.6.1 with DBI v1.48, DBIx::Chart v.01, DBD::Chart v.80, DBD-DB2 v.78 When I run the script, I get the following on execute: DBI handle 0x2121820 has uncleared implementors data at tst.pl line 30. dbih_clearcom (sth 0x2121820, com 0x21306c8, imp DBD::DB2::st): FLAGS 0x80113: COMSET IMPSET Warn PrintError PARENT DBIx::Chart::db=HASH(0x212173c) KIDS 0 (0 Active) IMP_DATA undef LongReadLen 32700 NUM_OF_FIELDS 1 NUM_OF_PARAMS 0
I'd suggest upgrading to the latest versions of DBIx::Chart and DBD::Chart, I recently updated DBIx::Chart to 0.03 (on CPAN) after some fixes for things that surfaced during DBIx::Threaded testing. Also, you may need to pick up DBD::Chart 0.81. As for your PH issue, you may have surfaced a bug. I just realized none of my test SELECTs use PH's (tho INSERTS w/ PHs work OK). I'll play with it w/ DBD::CSV today and see if I can repro the problem. Regards, Dean Arnold Presicient Corp.
