We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
orm的 $.eq 等方法不支持 Date 类型
import { $ } from 'koishi' declare module 'koishi' { interface User { createdAt: Date updatedAt: Date } } ctx.database.get('user', row => $.eq(row.createdAt, row.updatedAt))
支持比较 Date
No response
The text was updated successfully, but these errors were encountered:
fixed by cordiverse/minato@44f5996
Sorry, something went wrong.
No branches or pull requests
Describe the bug
orm的 $.eq 等方法不支持 Date 类型
Steps to reproduce
Expected behavior
支持比较 Date
Screenshots
Versions
Additional context
No response
The text was updated successfully, but these errors were encountered: