Skip to content

Releases: shareup/sqlite

v21.0.5

02 Sep 12:56
28a7b34

Choose a tag to compare

  • Upgrade GRDB
  • Fix priority inversion

v21.0.4

27 Aug 20:43
bee5273

Choose a tag to compare

v21.0.3

27 Aug 16:13
cb078a3

Choose a tag to compare

  • Update to GRDB 6.17.0
  • Resume the database on UIApplication.willEnterForegroundNotification

v21.0.2

16 Aug 21:12
64ab2f8

Choose a tag to compare

  • Change number of read queues to match processor count.

v21.0.1

10 Aug 11:13
22f8096

Choose a tag to compare

  • Fix race condition when subscribing to a database change publisher
  • Unregister file presenter on deinit
  • Return true from SQLiteError.isDatabaseClosed if the database is suspended

v21.0.0

09 Aug 00:12
b8e7f99

Choose a tag to compare

  • Remove DatabaseProxy and expose DatabaseProtocol for use in transactions.
  • Create custom SQLitePublisher to publish database updates via Combine.

v20.1.0

03 Aug 23:49
5286680

Choose a tag to compare

Expose SQLiteDatabase.close() for use in tests.

v20.0.0

03 Aug 22:33
90f28bd

Choose a tag to compare

Re-add the ability to toggle foreign key constraint enforcement, but rename the property on SQLiteDatabase from isForeignKeySupportEnabled to enforcesForeignKeyConstraints.

v19.0.0

03 Aug 21:59
5bf98d3

Choose a tag to compare

Replace internal implementation with GRDB to allow multiple concurrent readers to access the database.

v18.1.1

19 Mar 14:45

Choose a tag to compare

Update .swiftformat