The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Changes for version 1.69_01 - 2021-07-30

  • Typo (GH#85, grr++)
  • Silenced deprecation warning of sqlite_unicode not to break tests of existing applications

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