8
0

Accepting request 655738 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/655738
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=57
This commit is contained in:
2018-12-06 15:37:50 +00:00
committed by Git OBS Bridge
parent c468b8a017
commit 29b910fbda
4 changed files with 35 additions and 9 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Dec 6 15:30:25 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 1.60
see /usr/share/doc/packages/perl-DBD-SQLite/Changes
1.60 2018-12-01
- Switched to a production version
1.59_03 2018-11-03
- Added a note on the long standing bug on TYPE statement
handle attribute
- Applied a doc patch on Virtual::PerlData by Björn Höhrmann
(GH-31)
1.59_02 2018-09-30
- Upgraded SQLite to 3.25.2
1.59_01 2018-09-17
- Upgraded SQLite to 3.25.0, with ALTER TABLE ... RENAME COLUMN
and UPSERT among others
- Added ::GetInfo (GH#32, Brendan Byrd)
- Fix to use a PV value as a virtual table column value
where appropriate (RT-124941)
- Add deferrability to foreign_key_info (mohawk2)
-------------------------------------------------------------------
Thu Mar 29 05:11:10 UTC 2018 - coolo@suse.com