File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/StructuredQueriesCore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ extension Table {
238238/// functions.
239239///
240240/// To learn more, see <doc:Triggers>.
241- public struct TemporaryTrigger < On: Table > : Statement {
241+ public struct TemporaryTrigger < On: Table > : Sendable , Statement {
242242 public typealias From = Never
243243 public typealias Joins = ( )
244244 public typealias QueryValue = ( )
@@ -251,7 +251,7 @@ public struct TemporaryTrigger<On: Table>: Statement {
251251 /// The database event used in a trigger.
252252 ///
253253 /// To learn more, see <doc:Triggers>.
254- public struct Operation : QueryExpression {
254+ public struct Operation : Sendable , QueryExpression {
255255 public typealias QueryValue = ( )
256256
257257 public enum _Old : AliasName { public static var aliasName : String { " old " } }
You can’t perform that action at this time.
0 commit comments