We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
插入/更新块的Promise完成时,其内容没更新到sql中
await运行prependBlock之后,当我尝试通过SQL查找插入的部分内容时,会出现找不到的情况,后来尝试在我的电脑上等待2秒后才能查到。但是问题在于我不知道用户的电脑需要多久才能更新出来。
但是由于HTML块不能和markdown一起更新,我只能这么做
不管await多久,理论上Promise结束的时候这个块应该在SQL里是准备好的,或者说有个指示标明更新完毕我可以开始下一个操作了
No response
- Version: 2.9.6 - Operating System: windows - Browser (if used):
none
The text was updated successfully, but these errors were encountered:
数据库索引是个异步任务,无法确定具体执行完成时间。
要不我们加个 SQL 索引结束的事件推送?
Sorry, something went wrong.
数据库索引是个异步任务,无法确定具体执行完成时间。 要不我们加个 SQL 索引结束的事件推送?
我觉得ok,只要是能知道啥时候能再查就行
🎨 Push database index commit event #8814
d800fc1
c8cfe19
使用 EventBus 监听 ws-main ,检测 cmd 为 databaseIndexCommit 即可。
ws-main
databaseIndexCommit
opened-notebook
closed-notebook
88250
Vanessa219
No branches or pull requests
插入/更新块的Promise完成时,其内容没更新到sql中
Is there an existing issue for this?
Can the issue be reproduced with the default theme (daylight/midnight)?
Could the issue be due to extensions?
Describe the problem
await运行prependBlock之后,当我尝试通过SQL查找插入的部分内容时,会出现找不到的情况,后来尝试在我的电脑上等待2秒后才能查到。但是问题在于我不知道用户的电脑需要多久才能更新出来。
但是由于HTML块不能和markdown一起更新,我只能这么做
Expected result
不管await多久,理论上Promise结束的时候这个块应该在SQL里是准备好的,或者说有个指示标明更新完毕我可以开始下一个操作了
Screenshot or screen recording presentation
No response
Version environment
Log file
none
More information
No response
The text was updated successfully, but these errors were encountered: