v1.0.7
版本发布时间: 2018-08-28 18:55:26
Tencent/wcdb最新发布版本:v2.1.7(2024-08-18 21:23:56)
iOS/macOS
- Fix nil string bug while inserting empty string.
- Reduce size of binary and provide a non-bitcode scheme by
--configuration WithoutBitcode
for Carthage. - Avoid conflict between builtin SQLCipher and other SQLite based library(including system library).
- Code template is not installed automatically now. Developers can run
curl https://raw.githubusercontent.com/Tencent/wcdb/master/tools/templates/install.sh -s | sh
to install it manually.