8
0

Accepting request 823118 from devel:languages:perl:autoupdate

- updated to 3.004
   see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
  3.004     2020-07-22 22:50:43 EDT
    - The Mojo::SQLite::Migrations sqlite attribute and the
      Mojo::SQLite::Transaction db attribute are now weak attributes, increasing
      the required version of Mojolicious to 8.03.
    - Defer loading of Mojo::IOLoop unless the callback compatibility API is
      used.
    - Newly created mojo_migrations tables from Mojo::SQLite::Migrations will use
      a primary key.
    - Recognize -json parameters in queries.

OBS-URL: https://build.opensuse.org/request/show/823118
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-SQLite?expand=0&rev=24
This commit is contained in:
2020-07-28 13:40:44 +00:00
committed by Git OBS Bridge
parent ee9782c894
commit 330feebcc8
4 changed files with 27 additions and 11 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jul 28 09:47:04 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 3.004
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
3.004 2020-07-22 22:50:43 EDT
- The Mojo::SQLite::Migrations sqlite attribute and the
Mojo::SQLite::Transaction db attribute are now weak attributes, increasing
the required version of Mojolicious to 8.03.
- Defer loading of Mojo::IOLoop unless the callback compatibility API is
used.
- Newly created mojo_migrations tables from Mojo::SQLite::Migrations will use
a primary key.
- Recognize -json parameters in queries.
-------------------------------------------------------------------
Fri Oct 4 09:25:08 UTC 2019 - <timueller+perl@suse.de>