Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

47 lines (37 loc) · 1.99 KB

0.11.3 (30-03-2017), diff

  • Fix compilation problems when using Carthage (#615)
  • Add "WITHOUT ROWID" table option (#541)
  • Argument count fixed for binary custom functions (#481)
  • Documentation updates
  • Tested with Xcode 8.3 / iOS 10.3

0.11.2 (25-12-2016), diff

  • Fixed SQLCipher integration with read-only databases (#559)
  • Preliminary Swift Package Manager support (#548, #560)
  • Fixed null pointer when fetching an empty BLOB (#561)
  • Allow where as alias for filter (#571)

0.11.1 (06-12-2016), diff

  • Integrate SQLCipher via CocoaPods (#546, #553)
  • Made lastInsertRowid consistent with other SQLite wrappers (#532)
  • Fix for ~= operator used with Double ranges
  • Various documentation updates

0.11.0 (19-10-2016)

  • Swift3 migration (diff)