Revision history for Perl extension Tao-DBI.
0.00_06 Thu Oct 20 2005
- Tao::DBI::st::initialize() now returns the newly
created statement (or not)
- FIX: prepare() and Tao::DBI::st::new() return undef
if raw DBI::prepare() returned undef
- FIX: ':' followed by /[^\w]/ should be literally
interpreted, but instead was leaving the SQL with
translated ? placeholders incomplete
- the default DBI attribute FetchHashKeyName for Tao
connections is now 'NAME_lc' - it still misses
integration with Tao::DBI::st in execute()
- added new tests "t/007bad.t", "t/008edges.t", "t/009uc_key.t"
0.00_05 Wed Oct 19 2005
- Tao::DBI::st croaks on undef 'sql'
- Tao::DBI uses croak rather than die
0.00_03 Sun Aug 29 2005
- deep Tao statements - absolute beginning
0.00_02 Fri Aug 26 2005
- second release to CPAN
- POD errors (st.pm documenting Tao::DBI) fixed
- more POD
- README fixed
0.00_01 Thu Aug 25 2005
- first release to CPAN
0.00_01 Tue Aug 24 2005
- original version; created by hand.