Changes for version 1.29_02

  • Changed ->load to use selectrow_hashref
  • Allow ->load calls for multiple-columns primary keys
  • All connections now explicitly RaiseError => 1 for correctness
  • All connections now explicitly PrintError => 0 to avoid spewing stuff to STDOUT/STDERR unexpectedly in embedded scenarios.
  • Remove most explicit error handling and allow the native DBI errors to cascade upwards instead.

Changes for version 1.29_01

  • Adding first experimental implementation of ->load

Modules

Extremely light weight SQLite-specific ORM