Skip to content

Releases: denissimon/SQLiteAdapter

v0.8.1

Choose a tag to compare

@denissimon denissimon released this 23 Jul 10:01
Publish v0.8.1

v0.8.0

Choose a tag to compare

@denissimon denissimon released this 22 Jul 15:52

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

Choose a tag to compare

@denissimon denissimon released this 22 Jul 14:37

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

v0.7.4

Choose a tag to compare

@denissimon denissimon released this 09 Jul 15:01
Update README.md

v0.7.3

Choose a tag to compare

@denissimon denissimon released this 03 Jul 00:47
  • Updated SQLiteAdapterTests.swift

v0.7.2

Choose a tag to compare

@denissimon denissimon released this 07 May 10:58
  • validatingUTF8() has been replaced with validatingCString()

v0.7.1

Choose a tag to compare

@denissimon denissimon released this 01 Aug 10:36
  • Updated the signature of insertRow method

v0.7.0

Choose a tag to compare

@denissimon denissimon released this 13 May 22:38
  • 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

Choose a tag to compare

@denissimon denissimon released this 12 May 23:49
  • 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

Choose a tag to compare

@denissimon denissimon released this 16 Apr 10:40
  • Added unit tests
  • Updated getLastInsertID(), getChanges() and getTotalChanges() methods