python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

crud_service工具问题

Open ytl142857 opened this issue 3 years ago • 1 comments

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

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

ytl142857 avatar Mar 28 '21 06:03 ytl142857

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

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

cyjseagull avatar Mar 29 '21 02:03 cyjseagull