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 f3ed8dc commit b1b400cCopy full SHA for b1b400c
packages/common/src/client/triggers/TriggerManager.ts
@@ -149,7 +149,7 @@ interface BaseCreateDiffTriggerOptions {
149
* Note that for PowerSync the row data is stored in a JSON column named `data`.
150
* The row id is available in the `id` column.
151
*
152
- * NB! The WHEN clauses here added added directly to the SQLite trigger creation SQL.
+ * NB! The WHEN clauses here are added directly to the SQLite trigger creation SQL.
153
* Any user input strings here should be sanitized externally. The {@link when} string template function performs
154
* some basic sanitization, extra external sanitization is recommended.
155
0 commit comments