| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-Mojo-SQLite | Distribution: openSUSE Tumbleweed |
| Version: 4.0.0 | Vendor: openSUSE |
| Release: 1.3 | Build date: Tue May 26 10:45:21 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 95575 | Source RPM: perl-Mojo-SQLite-4.0.0-1.3.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.
Artistic-2.0
* Tue May 26 2026 Tina Müller <timueller+perl@suse.de>
- updated to 4.0.0 (v4.0.0)
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
v4.0.0 2026-05-25 06:27:21 EDT
- wal_mode is now off by default, but can be enabled with the wal_mode option.
This will only affect newly created databases, as WAL mode is persistent once set.
To disable it on an existing database, issue the query: PRAGMA journal_mode=DELETE;
- Fix issue where a transaction that failed to begin would rollback and clear the database handle error.
* Wed Mar 23 2022 Tina Müller <timueller+perl@suse.de>
- updated to 3.009
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
3.009 2022-03-22 20:16:03 EDT
- Fix race condition in Mojo::SQLite::Migrations where two processes could attempt to create the same migration. (#25, Oliver Kurz)
* Mon Nov 29 2021 Tina Müller <timueller+perl@suse.de>
- updated to 3.008
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
3.008 2021-11-28 11:10:24 EST
- Update documentation to indicate that upsert operations are now supported via SQL::Abstract::Pg.
* Mon Aug 02 2021 Tina Müller <timueller+perl@suse.de>
- updated to 3.007
see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
3.007 2021-08-01 20:17:42 EDT
- Increase DBD::SQLite dependency to 1.68 to support and use sqlite_string_mode over sqlite_unicode (#22, Adam Williamson)
- The default options now set sqlite_string_mode to DBD_SQLITE_STRING_MODE_UNICODE_FALLBACK,
unless sqlite_unicode is specified explicitly in from_string or from_filename. This is equivalent
to the previous behavior but ensures that DBD::SQLite will not return malformed strings.
- Support wal_mode option to enable WAL journaling mode, which is still currently the default,
but may not be set by default in a future release.
* 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
/usr/lib/perl5/vendor_perl/5.44.0/Mojo /usr/lib/perl5/vendor_perl/5.44.0/Mojo/SQLite /usr/lib/perl5/vendor_perl/5.44.0/Mojo/SQLite.pm /usr/lib/perl5/vendor_perl/5.44.0/Mojo/SQLite/Database.pm /usr/lib/perl5/vendor_perl/5.44.0/Mojo/SQLite/Migrations.pm /usr/lib/perl5/vendor_perl/5.44.0/Mojo/SQLite/PubSub.pm /usr/lib/perl5/vendor_perl/5.44.0/Mojo/SQLite/Results.pm /usr/lib/perl5/vendor_perl/5.44.0/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/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, Mon Aug 3 00:04:55 2026