Fossil SCM
Fix a typo in a column name for the query that deals with phantom entries in the info page for clusters.
Commit
72a218cecf7b9f84dfcc0b9df1e100cd3e252253de644191dedbf1ccf143274b
Parent
e3ef536c6979e4a…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -3208,11 +3208,11 @@ | ||
| 3208 | 3208 | describe_artifacts(blob_str(&where)); |
| 3209 | 3209 | blob_reset(&where); |
| 3210 | 3210 | if( badRid>0 ){ |
| 3211 | 3211 | db_multi_exec( |
| 3212 | 3212 | "WITH unks(rx,hx) AS (VALUES %s)\n" |
| 3213 | - "INSERT INTO description(rid,uuid,type,summmary) " | |
| 3213 | + "INSERT INTO description(rid,uuid,type,summary) " | |
| 3214 | 3214 | " SELECT rx, hx, 'phantom', '' FROM unks;", |
| 3215 | 3215 | blob_sql_text(&unks) |
| 3216 | 3216 | ); |
| 3217 | 3217 | } |
| 3218 | 3218 | blob_reset(&unks); |
| 3219 | 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,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 |