Differences From Artifact [dc445cce06]:
- File src/moderate.c — part of check-in [d858f3da52] at 2016-08-19 00:13:01 on branch omit-db_name — Use the new SQLITE_DBCONFIG_MAINDBNAME feature of SQLite to eliminate the need for the db_name() hack. (user: drh size: 4657) [more...]
To Artifact [2540f90b20]:
- File src/moderate.c — part of check-in [e5b62edb28] at 2016-11-04 22:37:21 on branch trunk — Consistently use the count(X) macro in place of sizeof(X)/sizeof(*X) throughout the Fossil core, excluding things that don't use makeheaders. Also use count(X) instead of ArraySize(X) which has the same definition. (user: andygoth size: 4635) [more...]
| ︙ | |||
65 66 67 68 69 70 71 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + |
"modreq", "attachRid",
"mlink", "mid",
"mlink", "fid",
"tagxref", "srcid",
"tagxref", "rid",
};
int i;
|
| ︙ |