Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

    PaulHowarth/Blog/2018-02-28

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 (GH#21)

    • statistics_info() didn't work correctly (CPAN RT#122581)

    • Fixed typo (GH#26)

    • Silenced some warnings (GH#25)

    • Fixed no dot in @INC issue (GH#24)

    • Fixed zero-length BLOB value was retrieved as undef (GH#23)

    • Fixed VirtualTable::PerlData to use new ops added in SQLite 3.21.0 (GH#28)

    • Add note on sqlite_extended_result_codes handle attribute

    • Implemented ParamValues statement handle attribute (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 RT#124227 anyway

  • Updated perl-Test-Harness to 3.41:

    • Return handle for pipes and sockets (GH#58)

    • TAP v13 plan allows trailing whitespace
    • prove: Add a --statefile=<path> 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


Recent