fix: fill null val

This commit is contained in:
Cary Xu 2022-05-07 00:46:09 +08:00
parent 64d6a27f80
commit 1fa906cde0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ extern "C" {
// Imported since 3.0 and use bitmap to demonstrate None/Null/Norm, while use Null/Norm below 3.0 without of bitmap.
#define TD_SUPPORT_BITMAP
#undef TD_SUPPORT_READ2
#define TD_SUPPORT_READ2
#define TD_SUPPORT_BACK2 // suppport back compatibility of 2.0
#define TASSERT(x) ASSERT(x)