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
使用crud_service创建table需要设置key,但是
crud_service
table
key
entry
CRUDService.select()
condition
CRUDService.desc()
Must set condition for the primary key
The text was updated successfully, but these errors were encountered:
3. 基于(2),调用CRUDService.desc()方法时,会报错 Must set condition for the primary key
第3个问题已经修复,可以拉取最新代码
Sorry, something went wrong.
No branches or pull requests
使用
crud_service
创建table
需要设置key
,但是entry
时并不检查key是否重复CRUDService.select()
方法时,condition
内必须含有对key
的限制CRUDService.desc()
方法时,会报错Must set condition for the primary key
The text was updated successfully, but these errors were encountered: