Skip to content
New issue

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工具问题 #150

Closed
ytl142857 opened this issue Mar 28, 2021 · 1 comment
Closed

crud_service工具问题 #150

ytl142857 opened this issue Mar 28, 2021 · 1 comment

Comments

@ytl142857
Copy link

使用crud_service创建table需要设置key,但是

  1. 插入entry时并不检查key是否重复
  2. 使用CRUDService.select()方法时,condition内必须含有对key的限制
  3. 基于(2),调用CRUDService.desc()方法时,会报错
    Must set condition for the primary key
@cyjseagull
Copy link
Contributor

3. 基于(2),调用CRUDService.desc()方法时,会报错
Must set condition for the primary key

第3个问题已经修复,可以拉取最新代码

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants