Changes for version 0.00_06

  • 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"

Changes for version 0.00_05

  • Tao::DBI::st croaks on undef 'sql'
  • Tao::DBI uses croak rather than die

Changes for version 0.00_03

  • deep Tao statements - absolute beginning

Changes for version 0.00_02

  • second release to CPAN
  • POD errors (st.pm documenting Tao::DBI) fixed
  • more POD
  • README fixed

Changes for version 0.00_01

  • original version; created by hand.

Changes for version 0.00_01

  • first release to CPAN

Modules

Portable support for named placeholders in DBI statements
DBI connection with portable support for named placeholders in statements
DBI statements with portable support for named placeholders
Tao statements for reading/writing nested Perl data in relational databases