Make SQLiteAction conform to Hashable
This commit is contained in:
parent
b1f0f3fd59
commit
26fd5686e7
5 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ import Foundation
|
|||
/// as the database name, table, and affected row ID.
|
||||
///
|
||||
/// - SeeAlso: [Data Change Notification Callbacks](https://sqlite.org/c3ref/update_hook.html)
|
||||
public enum SQLiteAction {
|
||||
public enum SQLiteAction: Hashable, Sendable {
|
||||
/// A new row was inserted into a table.
|
||||
///
|
||||
/// - Parameters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue