session-ios/SessionTests
Morgan Pretty 89df1261e3 Added a method to allow safer database inserts
Fixed an issue where the app settings were updating immediately making them seem to
Updated GRDB to version 6.1 and SQLCipher to 4.5.2
Added a method which allows for inserting into the database while omitting columns which exist in the object but not in the database (so allow for old migrations to run with less issues)
Updated all the migrations to use the migration safe insert method
Removed some ObjC support extension functions
2022-10-21 17:32:51 +11:00
..
Conversations/Settings Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
Settings Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00