Releases: denissimon/SQLiteAdapter
Releases · denissimon/SQLiteAdapter
v0.8.1
v0.8.0
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
iOS 12.0+, macOS 10.13.0+, tvOS 12.0+, watchOS 4.0+
Xcode 13.0+, Swift 5.5+
v0.7.4
Update README.md
v0.7.3
- Updated SQLiteAdapterTests.swift
v0.7.2
- validatingUTF8() has been replaced with validatingCString()
v0.7.1
- Updated the signature of insertRow method
v0.7.0
- 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
- 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
- Added unit tests
- Updated getLastInsertID(), getChanges() and getTotalChanges() methods