python-sdk
python-sdk copied to clipboard
crud_service工具问题
使用crud_service
创建table
需要设置key
,但是
- 插入
entry
时并不检查key是否重复 - 使用
CRUDService.select()
方法时,condition
内必须含有对key
的限制 - 基于(2),调用
CRUDService.desc()
方法时,会报错Must set condition for the primary key
3. 基于(2),调用
CRUDService.desc()
方法时,会报错Must set condition for the primary key
第3个问题已经修复,可以拉取最新代码