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

Changes for version 1.30_02

  • Implemented sqlite_use_immediate_transaction database handle attribute to avoid deadlocks easily (ISHIGAKI)
  • Resolved #55466: Problem with names in DB that using square bracers (ISHIGAKI)
  • Added SQLITE_ENABLE_LOCKING_STYLE=0 for Mac OSX to avoid compile error (ISHIGAKI)

Changes for version 1.30_01

  • CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
  • Resolved #54271: Inserting a string with utf-8 flag on corrupts BLOB data; now BLOB data is always stored as bytes (without the utf-8 flag) even if it has the flag set (ISHIGAKI)
  • Updated to SQLite 3.6.23 (DUNCAND)
  • Implemented NUM_OF_PARAMS statement handle attribute (ISHIGAKI)
  • Added experimental "sqlite_allow_multiple_statements" database handle attribute, and "sqlite_unprepared_statements" statement handle attribute, to allow processing a SQL dump. (ISHIGAKI)
  • Resolved #53579: Added a note and a test of placeholders. (ISHIGAKI)
  • Resolved #45113, which was actually an issue of dequoting primary key column names (ISHIGAKI)
  • You can now retrieve some of the statement handle attributes before you execute. (ISHIGAKI)
  • Added preamble to copy sqlite3.[hc] files into a share directory (where you can access via File::ShareDir) to allow extension authors to use the same C source/header as they used to build DBD::SQLite itself. (ISHIGAKI)

Documentation

The DBD::SQLite Cookbook

Modules

Self-contained RDBMS in a DBI Driver

Provides

in lib/DBD/SQLite.pm
in lib/DBD/SQLite.pm
in lib/DBD/SQLite.pm