Recently I updated
DBIx::Log4perl to handle
DBI's clone method. This proved a little troublesome as clone is marked as "likely to change" and I'm not sure any other DBIx's have added clone. The problem I had was that clone does not call connect and all the code I had to add DBIX::Log4perl's attributes into the dbh was in connect. Eventually this was resolved by moving most of this code to the
connected method which is called by clone. Unfortunately in doing this I broke the capturing and reporting of errors raised by DBI and 0.19 fixes this.
Sorry to anyone this affected.
Trackback URL for this post:
http://martin-evans.me.uk/trackback/56
Recent comments
31 weeks 3 days ago
33 weeks 5 days ago
35 weeks 3 days ago
35 weeks 3 days ago
43 weeks 4 days ago
44 weeks 5 days ago
46 weeks 1 day ago
48 weeks 6 days ago
1 year 6 days ago
1 year 3 weeks ago