It seems to me this is a temporary thing, perhaps due to someone working
on the site, but...
I've opened sqlite.org, clicked "Search", then entered "foreign key" as
the search term and clicked Go.
It produced the error below.
I've re-tried several times, different searches, problem remained.
Example url: https://sqlite.org/search?s=d&q=table
Wapp Application Error
attempt to write a readonly database
while executing
"db2 eval {
PRAGMA synchronous=OFF;
PRAGMA journal_mode=OFF;
BEGIN;
CREATE TABLE IF NOT EXISTS log(
ip, -- I..."
(procedure "search_add_log_entry" line 7)
invoked from within
"search_add_log_entry $nRes"
(procedure "searchresults" line 49)
invoked from within
"$cmd"
("uplevel" body line 1)
invoked from within
"uplevel {$cmd}"
invoked from within
"time [list uplevel $script]"
(procedure "ttime" line 2)
invoked from within
"ttime {$cmd}"
invoked from within
"db transaction {
set t [ttime {$cmd}]
}"
(procedure "wapp-default" line 46)
invoked from within
"wapp-default"
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users