We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5fa83 commit f567d11Copy full SHA for f567d11
Tests/StructuredQueriesTests/TriggersTests.swift
@@ -68,8 +68,8 @@ extension SnapshotTests {
68
} matching: {
69
$0.description.contains(
70
"""
71
- Cannot bind a date to a trigger statement. Specify dates using the '#sql' macro, \
72
- instead. For example, the current date:
+ Swift Date values should not be bound to a 'CREATE TEMPORARY TRIGGER' statement. Specify \
+ dates using the '#sql' macro, instead. For example, the current date:
73
74
#sql("datetime()")
75
0 commit comments