Sped up some follower/following UI. But ultimately followed more people and made everything else slower.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3720 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2021-12-29 21:00:03 +00:00
parent f7974d2cef
commit 12010a84a3
5 changed files with 64 additions and 34 deletions

View File

@ -457,7 +457,7 @@ void tf_ssb_db_visit_query(tf_ssb_t* ssb, const char* query, const JSValue binds
}
else
{
printf("prepare failed: %s\n", sqlite3_errmsg(db));
printf("prepare failed: %s: %s\n", sqlite3_errmsg(db), query);
}
sqlite3_set_authorizer(db, NULL, NULL);
}