couchbase-python-client
couchbase-python-client copied to clipboard
Update decode_value method in wrappers.py
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.