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

Changes for version 1.19_06

  • Fixed a segv with an error function under x86 linux (and hopefully Mac OSX). (TOKUHIROM)
  • Fixed yet another segv while testing DBIC reconnection (DMAKI)
  • Switched from Test.pm to Test::More (though there're still some tests that don't use Test::More) (ISHIGAKI)
  • Added "use strict" to some. (ISHIGAKI)
  • Added a cleanup block to each test to allow it run clean and separately. (ISHIGAKI)
  • Adding an explicit minimum Perl version to the Makefile.PL (ADAMK)
  • Setting configure_requires dependencies for File::Spec
  • Splitting the LICENSE key into it's own MakeMaker version-dependency conditional (ADAMK)
  • All tests run under the same Perl environment (autoflush on, and warnings enabled via $^W = 1) (ADAMK)
  • Refactored away a ton of needless complexity from the older-style tests inherited from the CSV driver (ADAMK)

Changes for version 1.19_05

  • DBD::SQLite::Amalgamation 3.6.1.2 and DBD::SQLite 1.19 should be feature identical now.
  • Added collations from DBD::SQLite::Amalgamation (CORION)
  • Removed statement handle activation after "execute" if there's no row to fetch. I hope this silences the Class::DBI's warnings. (ISHIGAKI)

Changes for version 1.19_04

  • Updated to SQLite 3.6.12 (ISHIGAKI)

Changes for version 1.19_03

  • Added ->column_info() (CORION)

Changes for version 1.19_02

  • Updated to SQLite 3.6.11 (ISHIGAKI)
  • Added/updated several prototypes (ISHIGAKI)
  • Moved TODO into the POD (ADAMK)

Changes for version 1.19_01

  • Updated to SQLite 3.6.10, and bumped up the version requirement for installed sqlite3 to 3.6.0 as 3.6.x has backward incompatiblity (ISHIGAKI)
  • Fixed "closing dbh with active statement handles" issue with a patch by TOKUHIROM. (ISHIGAKI)
  • Skip 70schemachange test for Windows users. (ISHIGAKI)
  • Applied RT patches including #29497, #32723, #30558, #34408, #36467, #37215, #41047. (ISHIGAKI)
  • Added TODO to show which issues are to be fixed. (ISHIGAKI)
  • License and configure_requires in Makefile.PL and META.yml (Alexandr Ciornii)
  • Spelling check for SQLite.pm (Alexandr Ciornii)
  • Adding arbitrary Perl 5.00503 minimum

Modules

Self Contained RDBMS in a DBI Driver

Provides

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