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

Changes for version 1.19_07

  • Starting to work the RT queue now the basics are settled.
  • Re-enable and fix t/70schemachange.t, as per RT #43448 (CORION)
  • Added a canary test to probe for RT #36863 (segfault on OSX 10.5.2) (CORION)
  • Added resources links to META.yml (ADAMK)
  • Resolved #30502: t\70schemachange.t fails on Windows (ADAMK)
  • Resolved #30167: Specify configuration depenencies with "configure_requires" (ADAMK)
  • Resolved #17623: make test fails when DBI_DSN is not DBD::SQLite (ADAMK)
  • Resolved #13631: wish: column_info support() (CORION)
  • Resolved #39938: Read-access to development repository (ADAMK)
  • Resolved #18617: Build error under win32 (ADAMK)
  • Resolved #35838: support for DBI::column_info call (CORION)
  • Resolved #29497: POD content bug (ADAMK)
  • Resolved #29520: 1.14 fails in test 6 (ADAMK)
  • Resolved #44647: Makefile.PL syntax error (ADAMK)
  • Resolved #29519: t/70schemachange.t failure (ADAMK)
  • Resolved #20286: DBD::SQLite leaks file descriptors (ADAMK)
  • Resolved #21406: DBD-SQLite 1.13 broke Class-DBI (ADAMK)
  • Resolved #4591: Test suite (t/t50*.t) is order dependent / bug in t/lib.pl? (ADAMK)
  • Resolved #36467: Name "DBD::SQLite::sqlite_version" used only once (ADAMK)
  • Resolved #7753: DBD::SQLite error shouldn't include extraneous info (ADAMK)

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