couchbase-python-client icon indicating copy to clipboard operation
couchbase-python-client copied to clipboard

Update decode_value method in wrappers.py

Open zhangyue66 opened this issue 2 years ago • 0 comments

Due to customized transcoder support, we are using flag=0 as our type code . This change is to allow the 0 flag otherwise flag will be enforced to FMT_JSON which will decode error.

zhangyue66 avatar May 25 '23 22:05 zhangyue66