openharmony-standard: appdatamgr-IsColumnNull-initialize-result.patch
add appdatamgr-IsColumnNull-initialize-result.patch and apply to
foundation/distributeddatamgr/appdatamgr
```
testIsColumnNull0003 ACTS testcase sometimes fail because the
result value of IsColumnNull is unpredictable when an error is returned.
This is because AbsSharedResultSet::IsColumnNull does not set any
value to &isNull when there is an error. The result value is
not initialized, producing an unpredictable output of IsColumnNull.
```
Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
parent
a851108f
No related branches found
No related tags found
Showing
- recipes-openharmony/openharmony/openharmony-standard-3.0/appdatamgr-IsColumnNull-initialize-result.patch 31 additions, 0 deletions...ndard-3.0/appdatamgr-IsColumnNull-initialize-result.patch
- recipes-openharmony/openharmony/openharmony-standard_3.0.bb 2 additions, 0 deletionsrecipes-openharmony/openharmony/openharmony-standard_3.0.bb
Please register or sign in to comment