Skip to content

WCDB 1.0.2

Compare
Choose a tag to compare
@John-He-928 John-He-928 released this 06 Jul 04:18
· 5133 commits to master since this release

iOS

  • Performance optimization and benchmark. See Wiki page for details.
  • Change builtin NSData or NSMutableData column coding to raw data format. To be compatible with earlier versions, call
[WCTCompatible sharedCompatible].builtinNSDataColumnCodingCompatibleEnabled = YES
  • Add attach, detach, vacuum, savepoiint, rollback, release, reindex, explain statement and SQLCipher related pragma to WINQ.
  • Remove auto increment for insertOrReplace.
  • Rename updateTable to updateRowsInTable, and statictics(typo) to statistics.
  • Some minor bug fixes.

Android

  • Performance optimization and benchmark. See Wiki page for details.
  • Expose ProGuard rules to AAR package. Fix crash when minify is enabled in gradle.