Skip Menu |

This queue is for tickets about the Video-FourCC-Info CPAN distribution.

Report information
The Basics
Id: 118459
Status: new
Priority: 0/
Queue: Video-FourCC-Info

People
Owner: Nobody in particular
Requestors: gregoa [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



From: gregoa [...] cpan.org
Subject: [PATCH] Fix SQLite error "unknown database fourcc"
In Debian we are currently applying the following patch to Video-FourCC-Info. We thought you might be interested in it too. Description: Fix SQLite error "unknown database fourcc" VACCUM either needs no argument, or a schema name of an attached database since SQLite 3.15. "fourcc" is neither, the database name is "main". . From https://sqlite.org/lang_vacuum.html: . Compatibility Warning: The ability to vacuum attached databases was added in version 3.15.0 (2016-10-14). Prior to that, a schema-name added to the VACUUM statement would be silently ignored and the "main" schema would be vacuumed. Origin: vendor Bug-Debian: https://bugs.debian.org/841562 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2016-10-21 The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libvideo-fourcc-info-perl.git/plain/debian/patches/sqlite3-vacuum.patch Thanks for considering, gregor herrmann, Debian Perl Group
Here's the patch.

Message body is not shown because sender requested not to inline it.