FMDBDataTable
FMDBDataTable copied to clipboard
Based on the FMDB, as long as a few steps can be completed on the single table of the CRUD operation.
Results
2
FMDBDataTable issues
Sort by
recently updated
recently updated
newest added
``` FMDTSelectCommand *cmd = [[HLIDataTabeleManger shared].pictureTable createSelectCommand]; NSArray *array = [[cmd where:@"stateFlag" equalTo:@"0"]fetchArray]; ``` 亲爱的作者,这句代码,会偶尔出现查询不到数据的情况吗 ,再试一次,就好了 ,我就遇到这样的问题,然后,就不知道他什么时候会出现,导致一些东西不稳定啊 ,以前没有这个问题,就是上次跟新修改数据版本后,就出现了这个问题