I'm pondering deprecating prepare_cached() in favor of requesting a cached prepare() by passing the $statement as a reference to a string.
A big plus from this would be that $dbh->do(\$statement) would then also be defined to do a prepare_cached(). Any comments? Tim.
