Fossil SCM

Fix a typo in a column name for the query that deals with phantom entries in the info page for clusters.

drh 2024-12-20 15:27 trunk
Commit 72a218cecf7b9f84dfcc0b9df1e100cd3e252253de644191dedbf1ccf143274b
1 file changed +1 -1
+1 -1
--- src/info.c
+++ src/info.c
@@ -3208,11 +3208,11 @@
32083208
describe_artifacts(blob_str(&where));
32093209
blob_reset(&where);
32103210
if( badRid>0 ){
32113211
db_multi_exec(
32123212
"WITH unks(rx,hx) AS (VALUES %s)\n"
3213
- "INSERT INTO description(rid,uuid,type,summmary) "
3213
+ "INSERT INTO description(rid,uuid,type,summary) "
32143214
" SELECT rx, hx, 'phantom', '' FROM unks;",
32153215
blob_sql_text(&unks)
32163216
);
32173217
}
32183218
blob_reset(&unks);
32193219
--- src/info.c
+++ src/info.c
@@ -3208,11 +3208,11 @@
3208 describe_artifacts(blob_str(&where));
3209 blob_reset(&where);
3210 if( badRid>0 ){
3211 db_multi_exec(
3212 "WITH unks(rx,hx) AS (VALUES %s)\n"
3213 "INSERT INTO description(rid,uuid,type,summmary) "
3214 " SELECT rx, hx, 'phantom', '' FROM unks;",
3215 blob_sql_text(&unks)
3216 );
3217 }
3218 blob_reset(&unks);
3219
--- src/info.c
+++ src/info.c
@@ -3208,11 +3208,11 @@
3208 describe_artifacts(blob_str(&where));
3209 blob_reset(&where);
3210 if( badRid>0 ){
3211 db_multi_exec(
3212 "WITH unks(rx,hx) AS (VALUES %s)\n"
3213 "INSERT INTO description(rid,uuid,type,summary) "
3214 " SELECT rx, hx, 'phantom', '' FROM unks;",
3215 blob_sql_text(&unks)
3216 );
3217 }
3218 blob_reset(&unks);
3219

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button