Skip to content

Releases: denissimon/SQLiteAdapter

v0.8.1

23 Jul 10:01

Choose a tag to compare

Publish v0.8.1

v0.8.0

22 Jul 15:52

Choose a tag to compare

Added support for Swift 6 with strict concurrency checking

iOS 12.0+, macOS 10.13.0+, tvOS 12.0+, watchOS 4.0+
Xcode 13.0+, Swift 5.5+

v0.7.5

22 Jul 14:37

Choose a tag to compare

iOS 12.0+, macOS 10.13.0+, tvOS 12.0+, watchOS 4.0+
Xcode 13.0+, Swift 5.5+

v0.7.4

09 Jul 15:01

Choose a tag to compare

Update README.md

v0.7.3

03 Jul 00:47

Choose a tag to compare

  • Updated SQLiteAdapterTests.swift

v0.7.2

07 May 10:58

Choose a tag to compare

  • validatingUTF8() has been replaced with validatingCString()

v0.7.1

01 Aug 10:36

Choose a tag to compare

  • Updated the signature of insertRow method

v0.7.0

13 May 22:38

Choose a tag to compare

  • Read methods now return nil if no rows have been read
  • Insert, update, and delete methods now return the number of changes made
  • Updated addIndex method
  • Optimized some other code
  • Added new test cases

iOS 12.0+, macOS 10.13.0+, tvOS 12.0+, watchOS 4.0+

v0.6.0

12 May 23:49

Choose a tag to compare

  • Improved SQLiteAdapter to be thread-safe (tested with Xcode 15.3 and Swift 5.10)
  • Refactored lastInsertID, changes and totalChanges to become computed properties
  • Added getFirstRow(from:)
  • Added new test cases
  • Updated deployment targets (required by Xcode 15.3)

v0.5.1

16 Apr 10:40

Choose a tag to compare

  • Added unit tests
  • Updated getLastInsertID(), getChanges() and getTotalChanges() methods