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

perl-DBD-SQLite-1.740.0-3.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: perl-DBD-SQLite Distribution: openSUSE Tumbleweed
Version: 1.740.0 Vendor: openSUSE
Release: 3.1 Build date: Fri Mar 8 23:15:18 2024
Group: Unspecified Build host: reproducible
Size: 628722 Source RPM: perl-DBD-SQLite-1.740.0-3.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/DBD-SQLite
Summary: Self Contained SQLite RDBMS in a DBI Driver
SQLite is a public domain file-based relational database engine that you
can find at https://www.sqlite.org/.

*DBD::SQLite* is a Perl DBI driver for SQLite, that includes the entire
thing in the distribution. So in order to get a fast transaction capable
RDBMS working for your perl project you simply have to install this module,
and *nothing* else.

SQLite supports the following features:

* Implements a large subset of SQL92

See https://www.sqlite.org/lang.html for details.

* A complete DB in a single disk file

Everything for your database is stored in a single disk file, making it
easier to move things around than with DBD::CSV.

* Atomic commit and rollback

Yes, *DBD::SQLite* is small and light, but it supports full transactions!

* Extensible

User-defined aggregate or regular functions can be registered with the SQL
parser.

There's lots more to it, so please refer to the docs on the SQLite web
page, listed above, for SQL details. Also refer to DBI for details on how
to use DBI itself. The API works like every DBI module does. However,
currently many statement attributes are not implemented or are limited by
the typeless nature of the SQLite database.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
  - Fix disabling of __perllib_provides
* Fri Mar 08 2024 Valentin Lefebvre <valentin.lefebvre@suse.com>
  - Remove sqlite files when building with system libraries
    * Avoiding having wrong sqlite version when checking with the perl module
      [bsc#1218946]
* Wed Sep 20 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 1.74
    see /usr/share/doc/packages/perl-DBD-SQLite/Changes
    1.74 2023-09-20
    - Switched to a production version
    1.73_01 2023-07-09
    - Upgraded SQLite to 3.42.0
    - Add missing possible table_type values to POD (GH#105, dboehmer++)
* Wed Nov 23 2022 Tina Müller <tina.mueller@suse.com>
  - Update perl-DBD-SQLite-use-external-sqlite3.patch (remove metadata
    fix, not needed anymore)
* Fri Nov 04 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 1.72
    see /usr/share/doc/packages/perl-DBD-SQLite/Changes
    1.72 2022-11-04
    - Switched to a production version
    1.71_07 2022-10-26
    - Upgraded SQLite to 3.39.4
    1.71_06 2022-03-12
    - Set UTF8CACHE to avoid slowdown with -DDEBUGGING (andk, Leont, FGasper)
    1.71_05 2022-02-26
    - Fix another test failure on perl built with -DDEBUGGING
    - Lowercase datatype in table column metadata for backcompat
    1.71_04 2022-02-26
    - Fix test failure on perl built with -DDEBUGGING (andk++)
    1.71_03 2022-02-23
    - Upgraded SQLite to 3.38.0
    - Expose sqlite_error_offset introduced in 3.38.0
    1.71_02 2022-01-07
    - Upgraded SQLite to 3.37.2
    - Improve sqlite_load_extension doc (GH#94, Derek Lamb++)
    1.71_01 2021-12-02
    - Upgraded SQLite to 3.37.0
    - Add a feature to unregister a created function
    - Fix accented characters in POD (GH#90, HaraldJoerg++)
* Tue Mar 15 2022 Dirk Stoecker <opensuse@dstoecker.de>
  - link embedded sqlite devel files to system files
  - build with internal sqlite on Leap systems
* Wed Feb 23 2022 Josef Möllers <josef.moellers@suse.com>
  - Use the system sqlite rather than the built-in one.
    [bsc#1195771, perl-DBD-SQLite-use-external-sqlite3.patch]
* Mon Aug 02 2021 Tina Müller <tina.mueller@suse.com>
  - Remove silence_sqlite_unicode_deprecation_warning.patch (upstream fix)
* Mon Aug 02 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 1.70
    see /usr/share/doc/packages/perl-DBD-SQLite/Changes
    1.70 2021-08-01
    - Switched to a production version
    1.69_02 2021-07-30
    - Fix doc to use the correct attribute with sqlite_ (GH#86, eekboek++)
    - Modify the fix to silence the sqlite_unicode warning not to check
      the attribute twice
    - Fix an encoding issue of naive (GH#83, HaraldJoerg++)
    1.69_01 2021-07-30
    - Typo (GH#85, grr++)
    - Silenced deprecation warning of sqlite_unicode not to break
      tests of existing applications
* Fri Jul 30 2021 Tina Müller <tina.mueller@suse.com>
  - Add patch silence_sqlite_unicode_deprecation_warning.patch
    See https://github.com/DBD-SQLite/DBD-SQLite/issues/87
* Fri Jul 23 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 1.68
    see /usr/share/doc/packages/perl-DBD-SQLite/Changes
    1.68 2021-07-22
    - Switched to a production version
    1.67_07 2021-06-19
    - Upgraded SQLite to 3.36.0
    1.67_06 2021-06-14
    - Experiment with another quadmath patch to see if it works
      with an older version of FreeBSD
    1.67_05 2021-06-13
    - Made DBD_SQLITE_STRING_MODE constants exportable
    1.67_04 2021-05-31
    - Upgraded SQLite to 3.35.5
    - Stop setting THREADSAFE=0 if perl has pthread (ie. 5.20+)
      (Bjoern Hoehrmann++, GH#69, #72)
    - Fixed a memory leak in ::VirtualTable
    - Introduced "string_mode" handle attribute (Felipe Gasper++)
      to fix long-standing issues of sqlite_unicode (GH#78, #68)
    - Added a dependency from dbdimp.o to the *.inc files included
      into dbdimp.c (Laurent Dami++, GH#74)
    - Fixed an offset issue of VirtualTable (Laurent Dami++, GH#75)
    1.67_03 2021-03-31
    - Upgraded SQLite to 3.35.3
    - Enabled math functions introduced in SQLite 3.35
    - Fix quadmath issues (Tux++, leont++)
    1.67_02 2020-12-06
    - Upgraded SQLite to 3.34.0
    - Added a few new constants
    - Added sqlite_txn_state method to see internal state
      of the backend
    1.67_01 2020-11-24
    - Switched to XSLoader (GH#63; toddr++)
    - Use quadmath_snprintf if USE_QUADMATH is defined
    - Use av_fetch instead of av_shift (norimy++)

Files

/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD/SQLite
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD/SQLite.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD/SQLite/Constants.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD/SQLite/Cookbook.pod
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD/SQLite/Fulltext_search.pod
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD/SQLite/GetInfo.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD/SQLite/VirtualTable
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD/SQLite/VirtualTable.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD/SQLite/VirtualTable/FileContent.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/DBD/SQLite/VirtualTable/PerlData.pm
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/DBD
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/DBD/SQLite
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/DBD/SQLite/SQLite.so
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/share
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/share/dist
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/share/dist/DBD-SQLite
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/share/dist/DBD-SQLite/sqlite3.h
/usr/lib/perl5/vendor_perl/5.38.2/riscv64-linux-thread-multi/auto/share/dist/DBD-SQLite/sqlite3ext.h
/usr/share/doc/packages/perl-DBD-SQLite
/usr/share/doc/packages/perl-DBD-SQLite/Changes
/usr/share/doc/packages/perl-DBD-SQLite/README
/usr/share/doc/packages/perl-DBD-SQLite/constants.inc
/usr/share/doc/packages/perl-DBD-SQLite/dbdimp_tokenizer.inc
/usr/share/doc/packages/perl-DBD-SQLite/dbdimp_virtual_table.inc
/usr/share/licenses/perl-DBD-SQLite
/usr/share/licenses/perl-DBD-SQLite/LICENSE
/usr/share/man/man3/DBD::SQLite.3pm.gz
/usr/share/man/man3/DBD::SQLite::Constants.3pm.gz
/usr/share/man/man3/DBD::SQLite::Cookbook.3pm.gz
/usr/share/man/man3/DBD::SQLite::Fulltext_search.3pm.gz
/usr/share/man/man3/DBD::SQLite::VirtualTable.3pm.gz
/usr/share/man/man3/DBD::SQLite::VirtualTable::FileContent.3pm.gz
/usr/share/man/man3/DBD::SQLite::VirtualTable::PerlData.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:58:22 2024