ci break
This commit is contained in:
parent
b473122dac
commit
835020cca8
|
@ -44,8 +44,8 @@
|
|||
|
||||
#define ENCODESQL() \
|
||||
do { \
|
||||
if (tEncodeI32(&encoder, pReq->sqlLen) < 0) return -1; \
|
||||
if (pReq->sqlLen > 0){ \
|
||||
if (pReq->sqlLen > 0 && pReq->sql != NULL){ \
|
||||
if (tEncodeI32(&encoder, pReq->sqlLen) < 0) return -1; \
|
||||
if (tEncodeCStr(&encoder, pReq->sql) < 0) return -1; \
|
||||
} \
|
||||
} while (0)
|
||||
|
|
Loading…
Reference in New Issue