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

Changes for version 1.49_04 - 2015-11-24

  • Updated ::Constants
  • Fixed a sqlite version number in a test (GH-14; NANIS++)

Changes for version 1.49_03 - 2015-11-05

  • Updated to SQLite 3.9.2, with JSON support

Changes for version 1.49_02 - 2015-10-10

  • Added a workaround to resolve #106950 Extra warnings with savepoints (hopefully)
  • Not to run tests for table_column_metadata unless ENABLE_COLUMN_METADATA is set

Changes for version 1.49_01 - 2015-08-04

  • Updated to SQLite 3.8.11.1
  • Resolved #106151 SAVEPOINT bug
  • Made sure to keep what's left in unprepared_statements when allow_multiple_statements is set. (GH #11)

Documentation

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

Modules

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

Provides

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