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

Changes for version 1.47_04 - 2015-05-02

  • Used MY_CXT instead of a global variable

Changes for version 1.47_03 - 2015-04-16

  • Added :all to EXPORT_TAGS in ::Constants

Changes for version 1.47_02 - 2015-04-16

  • Updated to SQLite 3.8.9
  • Added DBD::SQLite::Constants, from which you can import any "useful" constants into your applications.
  • Removed previous Cygwin hack as SQLite 3.8.9 compiles well again
  • Now create_function/aggregate accepts an extra bit (SQLITE_DETERMINISTIC) for better performance.

Changes for version 1.47_01 - 2015-02-17

  • (EXPERIMENTAL) CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
  • Commented OPTIMIZE out of WriteMakefile (RT #94207). If your perl is not compiled with -O2, your DBD::SQLite may possibly behave differently under some circumstances. (This release is to find notable examples from CPAN Testers).
  • Set THREADSAFE to 0 under Cygwin to cope with an upstream regression since 3.8.7 (GH #7).
  • Updated to SQLite 3.8.8.2
  • Resolved #35449: Fast DBH->do (ptushnik, ISHIGAKI)

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