FMDB v2.7.7 Release Notes

Release Date: 2020-05-13 // almost 4 years ago
  • ๐Ÿ‘Œ Improved:

    • ๐Ÿ“š Updated inline documentation so it appears in Xcode correctly
    • ๐Ÿ“š Rebuilt online documentation using jazzy
    • ๐Ÿ›  Fixed minor manual-reference-counting bug
    • โž• Added API to allow rebinding of prepared statements
    • ๐Ÿ›  Fix web links to sqlite.org
    • โฌ‡๏ธ Reduced inherent limitation of FMDBVersion; added warning re this limitation; gave examples how to use FMDBUserVersion to avoid problem altogether

Previous changes from v2.7.4

  • ๐Ÿ›  A few fixes:

    • ๐Ÿ›  Fix a few nullability annotations a76844e
    • โž• Add support for immediate transactions b4bd097
    • โž• Add explicit support for exclusive transactions, too cb92845