Changes for version 1.77_02 - 2025-11-24

  • Omit constants for newly added C-array extension
  • SQLite 3.51.0 has two extensions (C-array and percentile) amalgamated but both are disabled by default.

Changes for version 1.77_01 - 2025-11-24

  • Upgraded SQLite to 3.51.0
  • Make ->column_info() also return generated columns (GH#119, Corion++)

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