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

Changes for version 1.72 - 2022-11-04

  • Switched to a production version

Changes for version 1.71_07 - 2022-10-26

  • Upgraded SQLite to 3.39.4

Changes for version 1.71_06 - 2022-03-12

  • Set UTF8CACHE to avoid slowdown with -DDEBUGGING (andk, Leont, FGasper)

Changes for version 1.71_05 - 2022-02-26

  • Fix another test failure on perl built with -DDEBUGGING
  • Lowercase datatype in table column metadata for backcompat

Changes for version 1.71_04 - 2022-02-26

  • Fix test failure on perl built with -DDEBUGGING (andk++)

Changes for version 1.71_03 - 2022-02-23

  • Upgraded SQLite to 3.38.0
  • Expose sqlite_error_offset introduced in 3.38.0

Changes for version 1.71_02 - 2022-01-07

  • Upgraded SQLite to 3.37.2
  • Improve sqlite_load_extension doc (GH#94, Derek Lamb++)

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

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