xqzhou

Results 4 issues of xqzhou

### Proposal For the following example documents: ``` { "product": "iPhone", "attributes": { "storage": 16, "camera": 1200 } }, { "product": "Jacket", "attributes": { "size": "XL", "color": "Black" } }...

enhancement

OS: Mac Catalina Python: [PyPy 7.3.1 with GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.32.59)] Gevent: 20.6.2

Lots of functionality will be broken if file name contains characters like '{', '}'

Detailed log ``` bottomless $ LIBSQL_DIR=~/Workspace/database/libsql make release cargo build -p bottomless -j1 --quiet --release && \ clang -fPIC -shared -DLIBSQL_ENABLE_BOTTOMLESS_WAL bottomless.c -I/Users/bytedance/Workspace/database/libsql ../target/release/libbottomless.a \ -o ../target/release/bottomless.so bottomless.c:5:1: error: unknown...