Signal-iOS/SignalServiceKit/tests/Storage
Michael Kirk 1a9c0fae1d GRDB: Fix disappearing messages vs. long text or media details
The generic observer delete was broken for GRDB, because we can't fetch the
uniqueId's of rowIds if the corresponding row was deleted. So instead, we
split the logic: Yap uses uniqueIds, GRDB uses row ids.
2019-09-16 07:53:00 -07:00
..
InteractionFinderTest.swift Respond to CR; add a unit test around the "special messages" finder method. 2019-08-26 12:29:43 -03:00
OWSIdentityManagerTests.m Remove more usage of primary storage. 2019-08-07 17:41:11 -03:00
SDSDatabaseStorageObservationTest.swift GRDB: Fix disappearing messages vs. long text or media details 2019-09-16 07:53:00 -07:00
SDSDatabaseStorageTest.swift storage comparative perf tests 2019-08-16 12:38:23 -06:00
SDSKeyValueStoreTest.swift Fix build breakage around nil Randomness. 2019-07-29 14:52:56 -03:00
SSKPreKeyStoreTests.m Decrypt Messages with AnyTransaction 2019-05-21 16:20:22 -04:00