Closed Hhh0121 closed 4 months ago
Attention: Patch coverage is 88.88889%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 12.28%. Comparing base (
e35f497
) to head (17e6700
).
Files | Patch % | Lines |
---|---|---|
src/db/PDOConnection.php | 88.88% | 2 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@liu21st 这个有问题吗,怎么关闭了
1:查询不存在的数据,首次查询返回null,后续返回false 2:查询不存在的json字段,首次查询返回null,后续报错 修正:1:cache缓存方法,应当不缓存数据为空的情况,已在value和column查询修正;2:当cacheAlways方法允许缓存空数据的情况,value方法应当缓存默认值,而不是false,会导致json数据解析报错 #468 #342 @liu21st