WCDB v1.0.8 Release Notes
Release Date: 2018-11-12 // over 6 years ago-
Android
- ๐ Support for Room library from Android Jetpack. See README and Wiki for details.
Previous changes from v1.0.7
-
๐ 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.