Skip to content

Releases: shareup/sqlite

12.0.0

11 Nov 22:22
49f26ed

Choose a tag to compare

Return results from and pass the Database to the block in Database.inTransaction(_:).

11.2.0

03 Nov 21:34
707ad42

Choose a tag to compare

Add KeyedDecodingContainer.decodePreciseDateIfPresent(forKey:) and KeyedEncodingContainer.encodeIfPresent(preciseDate:forKey:).

11.1.0

03 Nov 21:02
e4e6fa8

Choose a tag to compare

Decode Date using SQLiteRow.value(for:).

11.0.1

25 Jul 16:56

Choose a tag to compare

Fix race condition when subscribing to Publisher.

11.0.0

19 Jul 17:20

Choose a tag to compare

Rethrow internal error in Database.inTransaction() instead of returning a Bool result.

10.1.0

16 Jul 18:33

Choose a tag to compare

Add KeyedDecodingContainer.decodePreciseDate(forKey:) and KeyedEncodingContainer.encode(preciseDate:forKey:).

10.0.0

16 Jul 15:35

Choose a tag to compare

Rename Decoder, Encoder, and Statement to SQLiteDecoder, SQLiteEncoder, and SQLiteStatement.

9.0.0

15 Jul 21:47

Choose a tag to compare

Rename Error to SQLiteError.

8.0.0

15 Jul 20:52
f016a5e

Choose a tag to compare

Removes the SQLite namespace (i.e., empty struct) to clean up the public interface.

7.1.1

06 Jul 20:48
05a3df9

Choose a tag to compare

Removes our dependency on Forever and replaces it with Combine's Sink.