Changes for version 0.66

  • The database handle returns DBI::db instead of DBI
  • Added the support for attributes RaiseError, PrintError and AutoCommit with implementation
  • Added DBI::db::bind_param_inout() and DBI::db::begin_work()
  • DBI::db::commit() now works, rather than only pretending to work.
  • Added DBI::db::rollback()
  • Supports call to the method err

Modules

Mock DBI interface for testing