1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Rename shell6.test to expert1.test. Have it invoke the sqlite3_expert binary

if it is present.

FossilOrigin-Name: be0deff940bea4f653d644113f42529a32ff7039d1d168119233aaf000a22f40
This commit is contained in:
dan
2017-04-08 18:56:32 +00:00
parent 65e67ed1b2
commit e7c3aca601
5 changed files with 32 additions and 21 deletions

View File

@ -865,7 +865,7 @@ int idxFindIndexes(
}
for(pEntry=hIdx.pFirst; pEntry; pEntry=pEntry->pNext){
pStmt->zIdx = idxAppendText(&rc, pStmt->zIdx, "%s\n", pEntry->zKey);
pStmt->zIdx = idxAppendText(&rc, pStmt->zIdx, "%s;\n", pEntry->zKey);
}
if( pStmt->zIdx==0 ){
pStmt->zIdx = idxAppendText(&rc, 0, "(no new indexes)\n");