You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionUtilitiesKit/Database/Types
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
3 years ago
..
ColumnExpressible.swift Added global search back 3 years ago
Migration.swift Finished of the Conversation screen and JobQueue concurrency 3 years ago
PagedDatabaseObserver.swift Added a method to allow safer database inserts 3 years ago
TargetMigrations.swift Added a method to allow safer database inserts 3 years ago
TypedTableAlias.swift Got the ability to send message working again and other tweaks 3 years ago
TypedTableAlteration.swift Fixed an issue where hidden mods/admins wouldn't be properly recognised 3 years ago
TypedTableDefinition.swift Further work on the DB refactoring 3 years ago