Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Mojo-SQLite-3.006-bp154.1.15 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: perl-Mojo-SQLite Distribution: SUSE Linux Enterprise 15 SP4
Version: 3.006 Vendor: openSUSE
Release: bp154.1.15 Build date: Mon May 9 11:45:22 2022
Group: Unspecified Build host: lamb25
Size: 112249 Source RPM: perl-Mojo-SQLite-3.006-bp154.1.15.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Mojo-SQLite
Summary: Tiny Mojolicious wrapper for SQLite
Mojo::SQLite is a tiny wrapper around DBD::SQLite that makes at
https://www.sqlite.org/ a lot of fun to use with the at https://mojolico.us
real-time web framework. Use all at http://sqlite.org/lang.html SQLite has
to offer, generate CRUD queries from data structures, and manage your
database schema with migrations.

Provides

Requires

License

Artistic-2.0

Changelog

* Thu Jun 17 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 3.006
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    3.006     2021-06-16 00:30:47 EDT
    - Set default abstract generator to an SQL::Abstract::Pg object, enabling additional features.
    - Update IRC metadata to libera.chat
* Wed Feb 17 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 3.005
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    3.005     2021-02-15 21:47:59 EST
    - Add query_p, select_p, insert_p, update_p, delete_p Mojo::Promise-returning methods to Mojo::SQLite::Database.
      These are for API compatibility with Mojo::Pg and do not provide non-blocking query functionality. (#20, Stefan Adams)
    - Use Mojo::Promise in tests instead of the deprecated and decored Mojo::IOLoop::Delay (#20, Stefan Adams)
* Tue Jul 28 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 04 2019 <timueller+perl@suse.de>
  - updated to 3.003
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    3.003     2019-10-01 15:49:43 EDT
    - Increase DBD::SQLite dependency to 1.64 to support configuring
      double-quoted string literals.
    - Disable double-quoted string literals for all connections.
      https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted
    - Change default SQL::Abstract identifier back to double quote.
* Sat Jun 22 2019 Stephan Kulow <coolo@please-enter-an-email-address>
  - updated to 3.002
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    3.002     2019-06-21 17:41:35 EDT
    - Changed default SQL::Abstract identifier quoting character to `, as double
      quoted identifiers may be interpreted as string literals if they are not
      valid identifiers. https://www.sqlite.org/quirks.html#double_quoted_string_literals_are_accepted
* Sun Jul 22 2018 coolo@suse.com
  - updated to 3.001
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
* Fri Jul 21 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 02 2017 coolo@suse.com
  - updated to 2.002
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    2.002     2017-06-01 14:16:34 EDT
    - Add no_wal option to prevent enabling WAL mode on connection.
* Sun Feb 19 2017 coolo@suse.com
  - updated to 2.001
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    2.001     2017-02-18 15:36:16 EST
    - Set name_sep in default SQL::Abstract object to support proper quoting of
      table and column names.
* Sun Feb 12 2017 coolo@suse.com
  - updated to 2.000
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    2.000     2017-02-11 17:03:53 EST
    - Add support for generating queries with SQL::Abstract. (based on Mojo::Pg 3.0)
    - Add abstract attribute to Mojo::SQLite.
    - Add delete, insert, select, and update methods to Mojo::SQLite::Database.
* Wed Jan 18 2017 coolo@suse.com
  - updated to 1.004
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    1.004     2017-01-17 00:10:51 EST
    - Use Mojo::File from Mojolicious 7.15 instead of deprecated
      Mojo::Util slurp function. (#9)
* Mon Dec 12 2016 coolo@suse.com
  - updated to 1.003
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    1.003     2016-12-11 16:30:31 EST
    - Add links to alternatives for deprecated Mojo::SQLite::PubSub.
* Thu Dec 01 2016 coolo@suse.com
  - updated to 1.002
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    1.002     2016-11-30 11:17:56 EST
    - Improved contextual caller information in query error messages. (#6)
    - Fix memory leak when reusing the same database handle many times. (#7)
* Wed Nov 16 2016 coolo@suse.com
  - updated to 1.001
    see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
    1.001     2016-11-15 02:32:27 EST
    - Deprecate 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.
* Mon Nov 07 2016 sriedel@suse.de
  - initial version (1.000)

Files

/usr/lib/perl5/vendor_perl/5.26.1/Mojo
/usr/lib/perl5/vendor_perl/5.26.1/Mojo/SQLite
/usr/lib/perl5/vendor_perl/5.26.1/Mojo/SQLite.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mojo/SQLite/Database.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mojo/SQLite/Migrations.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mojo/SQLite/PubSub.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mojo/SQLite/Results.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mojo/SQLite/Transaction.pm
/usr/share/doc/packages/perl-Mojo-SQLite
/usr/share/doc/packages/perl-Mojo-SQLite/CONTRIBUTING.md
/usr/share/doc/packages/perl-Mojo-SQLite/Changes
/usr/share/doc/packages/perl-Mojo-SQLite/README
/usr/share/doc/packages/perl-Mojo-SQLite/examples
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/blog.conf
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/lib
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/lib/Blog
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/lib/Blog.pm
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/lib/Blog/Controller
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/lib/Blog/Controller/Posts.pm
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/lib/Blog/Model
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/lib/Blog/Model/Posts.pm
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/migrations
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/migrations/blog.sql
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/script
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/script/blog
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/t
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/t/blog.t
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/templates
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/templates/layouts
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/templates/layouts/blog.html.ep
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/templates/posts
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/templates/posts/_form.html.ep
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/templates/posts/create.html.ep
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/templates/posts/edit.html.ep
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/templates/posts/index.html.ep
/usr/share/doc/packages/perl-Mojo-SQLite/examples/blog/templates/posts/show.html.ep
/usr/share/doc/packages/perl-Mojo-SQLite/prereqs.yml
/usr/share/licenses/perl-Mojo-SQLite
/usr/share/licenses/perl-Mojo-SQLite/LICENSE
/usr/share/man/man3/Mojo::SQLite.3pm.gz
/usr/share/man/man3/Mojo::SQLite::Database.3pm.gz
/usr/share/man/man3/Mojo::SQLite::Migrations.3pm.gz
/usr/share/man/man3/Mojo::SQLite::PubSub.3pm.gz
/usr/share/man/man3/Mojo::SQLite::Results.3pm.gz
/usr/share/man/man3/Mojo::SQLite::Transaction.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024