- updated to 1.628
Fixed missing fields on partial insert via DBI::DBD::SqlEngine engines (DBD::CSV, DBD::DBM etc.) [H.Merijn Brand, Jens Rehsack] Fixed stack corruption on callbacks RT#85562 RT#84974 [Aaron Schweiger] Fixed DBI::SQL::Nano_::Statement handling of "0" [Jens Rehsack] Fixed exit op precedence in test RT#87029 [Reni Urban] Added support for finding tables in multiple directories via new DBD::File f_dir_search attribute [H.Merijn Brand] Enable compiling by C++ RT#84285 [Kurt Jaeger] Typo fixes in pod and comment [David Steinbrunner] Change DBI's docs to refer to git not svn [H.Merijn Brand] Clarify bind_col TYPE attribute is sticky [Martin J. Evans] Fixed reference to $sth in selectall_arrayref docs RT#84873 Spelling fixes [Ville Skytt344] Changed $VERSIONs to hardcoded strings [H.Merijn Brand] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBI?expand=0&rev=40
This commit is contained in:
parent
619debc333
commit
da85605f52
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:875c1951a5e203c658f0f252e473b766dbcd299a987f86c17151fc6473b5856b
|
||||
size 585833
|
3
DBI-1.628.tar.gz
Normal file
3
DBI-1.628.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46c834f4ba1b28c8d8a2db8095835a67fc69a9585761523aea3a74437a969b52
|
||||
size 586733
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 05:11:20 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.628
|
||||
Fixed missing fields on partial insert via DBI::DBD::SqlEngine
|
||||
engines (DBD::CSV, DBD::DBM etc.) [H.Merijn Brand, Jens Rehsack]
|
||||
Fixed stack corruption on callbacks RT#85562 RT#84974 [Aaron Schweiger]
|
||||
Fixed DBI::SQL::Nano_::Statement handling of "0" [Jens Rehsack]
|
||||
Fixed exit op precedence in test RT#87029 [Reni Urban]
|
||||
|
||||
Added support for finding tables in multiple directories
|
||||
via new DBD::File f_dir_search attribute [H.Merijn Brand]
|
||||
Enable compiling by C++ RT#84285 [Kurt Jaeger]
|
||||
|
||||
Typo fixes in pod and comment [David Steinbrunner]
|
||||
Change DBI's docs to refer to git not svn [H.Merijn Brand]
|
||||
Clarify bind_col TYPE attribute is sticky [Martin J. Evans]
|
||||
Fixed reference to $sth in selectall_arrayref docs RT#84873
|
||||
Spelling fixes [Ville Skytt344]
|
||||
Changed $VERSIONs to hardcoded strings [H.Merijn Brand]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 16 06:48:13 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-DBI
|
||||
Version: 1.627
|
||||
Version: 1.628
|
||||
Release: 0
|
||||
%define cpan_name DBI
|
||||
Summary: Database independent interface for Perl
|
||||
|
Loading…
x
Reference in New Issue
Block a user