The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
DBIx::QueryByName 0.11
----------------------
 - added the 'result' keyword to the queries's xml specification
 - a query can now return an iterator, a scalar, a hash or a 
   sth (default)
 - more explicit error messages when validating query arguments

DBIx::QueryByName 0.10
----------------------
 - fix error message when calling DESTROY
 - allow _ in parameter names

DBIx::QueryByName 0.09
----------------------
 - removed unnecessary dependency to Sys::SigAction (RT #51798)

DBIx::QueryByName 0.08
----------------------
 - attempted to add timeout (alarm/eval) support for execute and decided against
 - smooth support of bulk execution using DBI's execute_array
 - added module SthPool.pm
 - fixed bug in DESTROY call order
 - fixed bug in setting InactiveDestroy for dbhs owned by other processes

DBIx::QueryByName 0.07
----------------------
 - fixed test error
 - support spaces in xml params value

DBIx::QueryByName 0.06
----------------------
 - added debug possibilities
 - better pod

DBIx::QueryByName 0.05
----------------------
 - don't retry when execute fails because the 'server closed the connection unexpectedly',
   die instead
 - better pod
 - Logger supports more Log4perl methods

DBIx::QueryByName 0.04
----------------------
 - croak when faulty arguments are passed to named query
 - more tests

DBIx::QueryByName 0.03
----------------------
 - moved version to module file

DBIx::QueryByName 0.02
----------------------
 - allow underscores in query names
 - more fork tests
 - fix dependency error in tests (RT #50605)

DBIx::QueryByName 0.01
----------------------
 - first release