What’s planned? (some other stuff)
$dbh->begin_work()
- Turn AutoCommit off just until next commit() or rollback()
$h->swap_internal_handle($other_h)
- Brain transplants for handles!
- Opens the way for some cute features like
- lazy connect and lazy prepare
- reconnect to database but still use original handle
-
$dbh->selectall_hashref(...)
$sth->fetchall_hashref(...)
- Return a ref to hash with one entry per row
- Pick which column for key and how columns are stored in the value
- scalar, array ref, hash ref