* Fixed RT#61513 by catching attribute assignment to tied table access

interface (Jens Rehsack)
 * Fixed compiler warnings RT#62640
 * Optimized connect() to remove redundant FETCH of \%attrib values.
  Improved initialization phases in DBI::DBD::SqlEngine (Jens Rehsack)
 * Added DBD::Gofer::Transport::corostream. An experimental proof-of-concept
    transport that enables asynchronous database calls with few code changes.
    It enables asynchronous use of DBI frameworks like DBIx::Class.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBI?expand=0&rev=27
This commit is contained in:
Vítězslav Čížek 2011-01-11 09:21:09 +00:00 committed by Git OBS Bridge
parent 5a0f2d512e
commit a90a28f5d8

View File

@ -2,6 +2,16 @@
Fri Jan 7 14:44:15 UTC 2011 - vcizek@novell.com
- update to 1.616
* Fixed RT#61513 by catching attribute assignment to tied table access
interface (Jens Rehsack)
* Fixed compiler warnings RT#62640
* Optimized connect() to remove redundant FETCH of \%attrib values.
Improved initialization phases in DBI::DBD::SqlEngine (Jens Rehsack)
* Added DBD::Gofer::Transport::corostream. An experimental proof-of-concept
transport that enables asynchronous database calls with few code changes.
It enables asynchronous use of DBI frameworks like DBIx::Class.
-------------------------------------------------------------------
Wed Dec 1 13:31:55 UTC 2010 - coolo@novell.com