diff options
author | adam <adam@pkgsrc.org> | 2011-08-06 14:47:28 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-08-06 14:47:28 +0000 |
commit | 334d661f8ac26cc27e5dd66576e2a9147147274e (patch) | |
tree | 292206e28c9090d58020fdcf411835de8dd5cfae /databases/p5-DBI/distinfo | |
parent | 6a7e122efffbf8b20d95ccb2f9b662859c3a168f (diff) | |
download | pkgsrc-334d661f8ac26cc27e5dd66576e2a9147147274e.tar.gz |
Changes 1.1616:
* Fixed spurious dbi_profile lines written to the log when
profiling is enabled and a trace flag, like SQL, is used.
* Fixed to recognize SQL::Statement errors even if instantiated
with RaiseError=0
* Fixed RT-61513 by catching attribute assignment to tied table access
interface
* Fixing some misbehavior of DBD::File when running within the Gofer server.
* Fixed compiler warnings RT-62640
* Optimized connect() to remove redundant FETCH of \%attrib values.
* Improved initialization phases in DBI::DBD::SqlEngine
* 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.
* Added additional notes on DBDs which avoid creating a statement in
the do() method and the effects on error handlers
* Adding new attribute "sql_dialect" to DBI::DBD::SqlEngine to allow
users control used SQL dialect (ANSI, CSV or AnyData), defaults to CSV
* Add documentation for DBI::DBD::SqlEngine attributes
* Documented dbd_st_execute return
* Fixed typo in InactiveDestroy
Diffstat (limited to 'databases/p5-DBI/distinfo')
-rw-r--r-- | databases/p5-DBI/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo index 3a2a85a9fad..1cf4f7f0798 100644 --- a/databases/p5-DBI/distinfo +++ b/databases/p5-DBI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2010/09/22 20:51:29 sno Exp $ +$NetBSD: distinfo,v 1.31 2011/08/06 14:47:28 adam Exp $ -SHA1 (DBI-1.615.tar.gz) = 086d0dc9f17db9d8e4f083a6236cca82d90694a6 -RMD160 (DBI-1.615.tar.gz) = 6ac748c9bc93c7981a8f61d48dddd045dbe3bcd9 -Size (DBI-1.615.tar.gz) = 571379 bytes +SHA1 (DBI-1.616.tar.gz) = d969beb953c39f817f2329dcca6293ef5b048b50 +RMD160 (DBI-1.616.tar.gz) = ddfcd154546f78e1524f602356c209ec7975a464 +Size (DBI-1.616.tar.gz) = 576803 bytes |