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 87e1c66 commit a883cb9Copy full SHA for a883cb9
src/ast/ddl.rs
@@ -3219,7 +3219,7 @@ pub struct CreateTrigger {
3219
///
3220
/// [MsSql](https://learn.microsoft.com/en-us/sql/t-sql/statements/create-trigger-transact-sql?view=sql-server-ver16#arguments)
3221
pub or_alter: bool,
3222
- /// True if this is a temporary trigger, which is supported in SQLite.
+ /// True if this is a temporary trigger.
3223
3224
/// The possible syntaxes are two:
3225
0 commit comments