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 support for execute and decided against
- support 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