🐛 索引嵌入块内容可能会导致内核崩溃 https://github.com/siyuan-note/siyuan/issues/7213

This commit is contained in:
Liang Ding 2023-01-31 17:28:47 +08:00
parent dbf6965c30
commit 204580bf36
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 29 additions and 14 deletions

View file

@ -474,6 +474,8 @@ func selectBlocksRawStmt(stmt string, limit int) (ret []*Block) {
if confLimit && limit < len(ret) {
break
}
} else {
logging.LogWarnf("raw sql query [%s] failed: %s", stmt, err)
}
}
return