Make SQLiteAction conform to Hashable
This commit is contained in:
parent
b1f0f3fd59
commit
26fd5686e7
5 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ import Foundation
|
|||
/// journal for rollback and recovery.
|
||||
///
|
||||
/// - SeeAlso: [journal_mode](https://sqlite.org/pragma.html#pragma_journal_mode)
|
||||
public enum JournalMode: String, SQLiteRepresentable {
|
||||
public enum JournalMode: String, SQLiteRepresentable, Sendable {
|
||||
/// DELETE journal mode.
|
||||
///
|
||||
/// This is the default behavior. The rollback journal is deleted at the conclusion of each
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue