8
0

Accepting request 831010 from devel:languages:perl:autoupdate

- updated to 1.66
   see /usr/share/doc/packages/perl-DBD-SQLite/Changes
  1.66 2020-08-30
      - Switched to a production version
  1.65_03 2020-07-27
      - Upgraded SQLite to 3.32.3
  1.65_02 2020-02-08
      - Upgraded SQLite to 3.31.1
  1.65_01 2020-01-18
      - Upgraded SQLite to 3.30.1
      - Added several SQL_ types as alias (pali++)
      - Fixed two initialization issues (ppisar++)
      - Allowed create_function to return an array reference
        to specify the type of the value

OBS-URL: https://build.opensuse.org/request/show/831010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=63
This commit is contained in:
2020-09-01 14:40:41 +00:00
committed by Git OBS Bridge
parent 6389422427
commit dd4e4fca4b
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Aug 31 03:07:40 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.66
see /usr/share/doc/packages/perl-DBD-SQLite/Changes
1.66 2020-08-30
- Switched to a production version
1.65_03 2020-07-27
- Upgraded SQLite to 3.32.3
1.65_02 2020-02-08
- Upgraded SQLite to 3.31.1
1.65_01 2020-01-18
- Upgraded SQLite to 3.30.1
- Added several SQL_ types as alias (pali++)
- Fixed two initialization issues (ppisar++)
- Allowed create_function to return an array reference
to specify the type of the value
-------------------------------------------------------------------
Tue Aug 13 05:04:41 UTC 2019 - Stephan Kulow <coolo@suse.com>