Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
2001-Make-timed-support-optional.patch | Make timed support optional | Guido Berhoerster <guido+freiesoftware@berhoerster.name> | no | |||
1001-Disable-broken-test.patch | Disable broken test tst_perf The problem intst_perf is that unless a populated database is passed in via the SQLITESTORAGEDB environment variable, a temporary file is created which is the passed to sqlite3_open() which creates an empty database. In this case ExtendedStorage::Ptr::open() calls SqliteStorage::open() which expects database tables to exist and tries to do a database schema migration which fails because the database is still empty. |
Guido Berhoerster <guido+debian@berhoerster.name> | no |