Changes for version 0.737

  • Altered the behavior of connect() and disconnect() to account for the possibility that dbi_connect() may return a DBI $dbh that is already connected and has already been initialized.
  • Added optional (on by default) coercion of column type metadata from (big)int auto-increment to (big)serial for MySQL and SQLite.
  • Added support for the current_timestamp keyword to SQLite.
  • Added a dozen or so new MySQL connection attributes that must be inlined into the DSN rather than passed as connect() options.

Documentation

Best practices for using Rose::DB

Modules

A DBI wrapper and abstraction layer.
A cache for Rose::DB objects.
A cache entry for use with Rose::DB::Cache objects.
Symbolic names for important Rose::DB constants.
Generic driver class for Rose::DB.
Informix driver class for Rose::DB.
MySQL driver class for Rose::DB.
Oracle driver class for Rose::DB.
PostgreSQL driver class for Rose::DB.
Data source registry.
Data source registry entry.
SQLite driver class for Rose::DB.

Provides