- 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.
OBS-URL: https://build.opensuse.org/request/show/909789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-SQLite?expand=0&rev=29
- 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)
OBS-URL: https://build.opensuse.org/request/show/873043
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-SQLite?expand=0&rev=26
- 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