session-ios/SessionSnodeKit/Database
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
..
LegacyDatabase Removed a bunch of legacy code 2022-05-21 12:25:10 +10:00
Migrations Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
Models Theming tweaks and bug fixes 2022-10-14 17:09:38 +11:00
Types Migrated the SessionSnodeKit from YapDatabase to GRDB 2022-04-01 17:22:45 +11:00