Skip to content

Releases: shareup/sqlite

12.0.0

Choose a tag to compare

@atdrendel atdrendel released this 11 Nov 22:22
49f26ed

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

11.2.0

Choose a tag to compare

@atdrendel atdrendel released this 03 Nov 21:34
707ad42

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

11.1.0

Choose a tag to compare

@atdrendel atdrendel released this 03 Nov 21:02
e4e6fa8

Decode Date using SQLiteRow.value(for:).

11.0.1

Choose a tag to compare

@atdrendel atdrendel released this 25 Jul 16:56

Fix race condition when subscribing to Publisher.

11.0.0

Choose a tag to compare

@atdrendel atdrendel released this 19 Jul 17:20

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

10.1.0

Choose a tag to compare

@atdrendel atdrendel released this 16 Jul 18:33

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

10.0.0

Choose a tag to compare

@atdrendel atdrendel released this 16 Jul 15:35

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

9.0.0

Choose a tag to compare

@atdrendel atdrendel released this 15 Jul 21:47

Rename Error to SQLiteError.

8.0.0

Choose a tag to compare

@atdrendel atdrendel released this 15 Jul 20:52
f016a5e

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

7.1.1

Choose a tag to compare

@atdrendel atdrendel released this 06 Jul 20:48
05a3df9

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