Differences From:
File
src/construct.c
part of check-in
[097479f99a]
- Better defaults for new databases and clones. Use *CURRENT* to identify
the current checkout for TTY timelines.
by
drh on
2007-09-26 02:00:26.
[view]
To:
File
src/construct.c
part of check-in
[e38fc922a5]
- Remove unused hard-coded tags from the schema. Output a row count
as a status indicator when doing a rebuild.
by
drh on
2007-10-11 01:17:20.
Also file
src/construct.c
part of check-in
[d0305b305a]
- Merged mainline into my branch to get the newest application.
by
aku on
2007-12-05 08:07:46.
[view]
@@ -155,9 +155,9 @@
printf("imported: %d %s\n", fileCnt, fileCnt == 1 ?
"file" : "files");
/* Finalize the repository, rebuild the derived tables */
- errCnt = rebuild_db(0);
+ errCnt = rebuild_db(0, 0);
if( errCnt ){
printf("%d %s. Rolling back changes.\n", errCnt, errCnt == 1 ?
"error" : "errors");