#acl PaulHowarth:read,write,admin,revert,delete All:read === Wednesday 28th February 2018 === ==== Local Packages ==== * Updated `perl-DBD-SQLite` to 1.56: * Updated bundled SQLite to 3.22.0 * Fixed `statistics_info` when only unique indexes were requested ([[https://github.com/DBD-SQLite/DBD-SQLite/pull/21|GH#21]]) * `statistics_info()` didn't work correctly ([[CPAN:122581|CPAN RT#122581]]) * Fixed typo ([[https://github.com/DBD-SQLite/DBD-SQLite/pull/26|GH#26]]) * Silenced some warnings ([[https://github.com/DBD-SQLite/DBD-SQLite/pull/25|GH#25]]) * Fixed no dot in `@INC` issue ([[https://github.com/DBD-SQLite/DBD-SQLite/pull/24|GH#24]]) * Fixed zero-length `BLOB` value was retrieved as `undef` ([[https://github.com/DBD-SQLite/DBD-SQLite/pull/23|GH#23]]) * Fixed `VirtualTable::PerlData` to use new ops added in SQLite 3.21.0 ([[https://github.com/DBD-SQLite/DBD-SQLite/issues/28|GH#28]]) * Add note on `sqlite_extended_result_codes` handle attribute * Implemented `ParamValues` statement handle attribute ([[CPAN:123886|CPAN RT#123886]]) * Fixed some tests to adapt to a change in error format introduced by the latest `DBI` * Remove no warnings test from `t/43_fts.t`, which failed in some environments * Disabled two `STAT` compile time options (tentatively), which fixes [[CPAN:124227|CPAN RT#124227]] anyway * Updated `perl-Test-Harness` to 3.41: * Return handle for pipes and sockets ([[https://github.com/Perl-Toolchain-Gang/Test-Harness/issues/58|GH#58]]) * TAP v13 plan allows trailing whitespace * `prove`: Add a `--statefile=` option to customize the `.prove` file * Avoid non-deterministic source handling, make a `SourceHandler` tie an error * Fix and simplify MSWin32 colourization * Fix file source handler to accept single extensions option * Spelling fixes ----