PRAGMA bug in 3.7.7 (but fine in 3.7.6.3)
From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 26 Jun 2011 15:59:33 -0400
Hey all,
There is a bug in 3.7.7 that affects Apache Subversion. We've verified
Below is the reproduction script, thanks to Daniel Shahaf. With this
Please help!
Thanks,
ps. maybe this belongs on -dev, but I'm pending on its moderated subscription...
[[[
#include "sqlite3.h"
#define BUSY_TIMEOUT 10000
int main(void)
const char *path = "foo.db";
assert(SQLITE_OK == sqlite3_open_v2(path, &db3, flags, NULL));
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.