The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 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++)

Changes for version 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

Changes for version 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++)

Documentation

The DBD::SQLite Cookbook
Using fulltext searches with DBD::SQLite

Modules

Self-contained RDBMS in a DBI Driver
common SQLite constants
SQLite virtual tables implemented in Perl
virtual table for viewing file contents
virtual table hooked to Perl data

Provides

in lib/DBD/SQLite/GetInfo.pm
in lib/DBD/SQLite/VirtualTable.pm
in lib/DBD/SQLite/VirtualTable/FileContent.pm
in lib/DBD/SQLite/VirtualTable/PerlData.pm