8
0

Accepting request 909789 from devel:languages:perl:autoupdate

- 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
This commit is contained in:
2021-08-03 08:47:55 +00:00
committed by Git OBS Bridge
parent e369ad7596
commit eea7361846
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Aug 2 03:08:53 UTC 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 03:07:48 UTC 2021 - Tina Müller <timueller+perl@suse.de>