Skip to content

Releases: objecthub/swift-sqliteexpress

Release 1.0.3

04 Oct 18:23
Compare
Choose a tag to compare
  • Ported code to Swift 5.3
  • Migrated project to Xcode 12.0

Release 1.0.2

05 Jun 23:34
Compare
Choose a tag to compare
  • Declare all public API methods as public
  • Use localized errors
  • Separate result codes from errors
  • Provide a custom descriptor for SQLiteError
  • Allow closing a database that is closed already

Release 1.0.1

10 Apr 11:30
Compare
Choose a tag to compare
  • Fixed project setup
  • Included more comments
  • Added a statement finalizer that throws errors

Initial release

10 Apr 09:19
Compare
Choose a tag to compare
  • Wrapper based on Swift programming idioms
  • Simple test cases
  • Available for macOS and iOS