Differences From Artifact [4c47e4e832]:
- File src/db.c — part of check-in [b22cc4eb73] at 2012-05-07 20:59:43 on branch trunk — Avoid database locking errors caused by db_optional_sql() writes. (user: drh size: 70195)
To Artifact [87deabaf25]:
- File src/db.c — part of check-in [e130c2e781] at 2012-05-26 20:59:55 on branch trunk — Minor error text rewording (for clarity). Suggestion from the mailing list. (user: stephan size: 70216)
| ︙ | |||
1081 1082 1083 1084 1085 1086 1087 | 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 | - + |
/*
** Open the local database. If unable, exit with an error.
*/
void db_must_be_within_tree(void){
if( db_open_local()==0 ){
|
| ︙ |