Releases: shareup/sqlite
Releases · shareup/sqlite
12.0.0
Compare
Sorry, something went wrong.
No results found
Return results from and pass the Database to the block in Database.inTransaction(_:).
11.2.0
Compare
Sorry, something went wrong.
No results found
Add KeyedDecodingContainer.decodePreciseDateIfPresent(forKey:) and KeyedEncodingContainer.encodeIfPresent(preciseDate:forKey:).
11.1.0
Compare
Sorry, something went wrong.
No results found
Decode Date using SQLiteRow.value(for:).
11.0.1
Compare
Sorry, something went wrong.
No results found
Fix race condition when subscribing to Publisher.
11.0.0
Compare
Sorry, something went wrong.
No results found
Rethrow internal error in Database.inTransaction() instead of returning a Bool result.
10.1.0
Compare
Sorry, something went wrong.
No results found
Add KeyedDecodingContainer.decodePreciseDate(forKey:) and KeyedEncodingContainer.encode(preciseDate:forKey:).
10.0.0
Compare
Sorry, something went wrong.
No results found
Rename Decoder, Encoder, and Statement to SQLiteDecoder, SQLiteEncoder, and SQLiteStatement.
9.0.0
Compare
Sorry, something went wrong.
No results found
Rename Error to SQLiteError.
8.0.0
Compare
Sorry, something went wrong.
No results found
Removes the SQLite namespace (i.e., empty struct) to clean up the public interface.
7.1.1
Compare
Sorry, something went wrong.
No results found
Removes our dependency on Forever and replaces it with Combine's Sink.