v1.0.1
1/4/26Less than 1 minute
Bug Fixes
cmd/jzero
- cache mode: UpdateFieldsByCondition/DeleteFieldsByCondition did not delete cached data, causing data queried by primary key or index key to still be cached data.(#357)
Solution: First FindFieldsByCondition (only query primary key and unique key data, reduce data interaction), then iterate these data to get all possible cache keys for deletion
Note: When data volume is large, business layer needs to control the amount of data updated/deleted each time
Upgrade Steps
jzero upgrade --channel v1.0.1
jzero gen