8
0

Accepting request 511738 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/511738
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-SQLite?expand=0&rev=16
This commit is contained in:
Sebastian Riedel
2017-07-21 07:36:29 +00:00
committed by Git OBS Bridge
parent 17ff262bcc
commit 0c944ba723
4 changed files with 30 additions and 8 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jul 21 05:50:16 UTC 2017 - coolo@suse.com
- updated to 3.000
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
3.000 2017-07-20 01:16:50 EDT
- Changed default for max_connections attribute to 1.
- Added support for sharing the database connection cache between multiple
Mojo::SQLite objects. (based on Mojo::Pg 4.0)
- Added parent attribute to Mojo::SQLite.
- Fixed database connection leak with automatic migrations.
- Removed deprecated Mojo::SQLite::PubSub and associated methods and attributes.
SQLite's serverless nature means it does not have the ability to support
client notifications, so it is not possible to implement an efficient
pubsub system as in for example PostgreSQL, Redis, or websockets.
-------------------------------------------------------------------
Fri Jun 2 06:11:27 UTC 2017 - coolo@suse.com