The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.11 - 2012-06-29

  • select_id for each select statement is not generated by default. (to remove dependency to Data::UUID)
  • behavior for select_*named() is changed. In previous release, select_named(), select_row_named(), select_all_named() doesn't accept empty bind by default. this behavior is changed, empty bind is not checked by default. If you want check empty bind like previous release, set check_empty_bind=1 in constructor. please see new() and named_bind() in POD.

Documentation

Modules

Thin DBI wrapper using SQL::Maker
iterator for SQL::Executor