koishijs / koishi

Cross-platform chatbot framework made with love
https://koishi.chat
MIT License
4.53k stars 246 forks source link

Bug: sqlite无法更新仅Date类型发生更改的数据 #1321

Closed Hieuzest closed 11 months ago

Hieuzest commented 11 months ago

Describe the bug

d7c69ad6f4ec03a13e689639b4ce2413

d3a15a7cbaaeed13b8a8d37806afb5ef

sqlite的#update中做了modified判断来优化可被省略的操作,其中使用了cosmokit的deepEqual,而deepEqual无法比较Date类型

Steps to reproduce

/

Expected behavior

/

Screenshots

No response

Versions

Additional context

No response

shigma commented 11 months ago

问题已修复。现在安装全新环境应该就好,或者等到 Koishi 下一次更新。