- update to 1.614

* Added $h->{AutoInactiveDestroy} as simpler safer form of
   $h->{InactiveDestroy}
 * Added ability for parallel testing "prove -j4 ..."
 * Added tests for delete in DBM
 * Added test for absolute filename as table to 51dbm_file
 * Added two initialization phases to DBI::DBD::SqlEngine
 * Added improved developers documentation for DBI::DBD::SqlEngine
 * Added guides how to write DBI drivers using DBI::DBD::SqlEngine
   or DBD::File 
 * Added register_compat_map() and table_meta_attr_changed() to
   DBD::File::Table
 * bugfixes, test fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBI?expand=0&rev=18
This commit is contained in:
Anna Maresova 2010-09-21 08:16:12 +00:00 committed by Git OBS Bridge
parent 441d7c77ad
commit 300e9d4225
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ea80cced7234499df7fac57ad514e9c9dfa85080ecd57a23f801c361393e1cb
size 462023

3
DBI-1.614.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b84d500335604ebe17c6e9bf56cc554d0ed88273483e52bb29e9370275b19329
size 465931

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Sep 21 09:58:15 CEST 2010 - anicka@suse.cz
- update to 1.614
* Added $h->{AutoInactiveDestroy} as simpler safer form of
$h->{InactiveDestroy}
* Added ability for parallel testing "prove -j4 ..."
* Added tests for delete in DBM
* Added test for absolute filename as table to 51dbm_file
* Added two initialization phases to DBI::DBD::SqlEngine
* Added improved developers documentation for DBI::DBD::SqlEngine
* Added guides how to write DBI drivers using DBI::DBD::SqlEngine
or DBD::File
* Added register_compat_map() and table_meta_attr_changed() to
DBD::File::Table
* bugfixes, test fixes
-------------------------------------------------------------------
Fri Aug 6 14:08:17 UTC 2010 - chris@computersalat.de

View File

@ -22,7 +22,7 @@
Name: perl-DBI
%define cpan_name DBI
Summary: Database independent interface for Perl
Version: 1.613
Version: 1.614
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl