diff --git a/extra/db/queries/queries.factor b/extra/db/queries/queries.factor index 7053eefba1..f3e6d59edd 100644 --- a/extra/db/queries/queries.factor +++ b/extra/db/queries/queries.factor @@ -14,7 +14,7 @@ IN: db.queries : query-make ( class quot -- ) >r sql-props r> [ 0 sql-counter rot with-variable ] { "" { } { } } nmake - maybe-make-retryable ; + maybe-make-retryable ; inline M: db begin-transaction ( -- ) "BEGIN" sql-command ; M: db commit-transaction ( -- ) "COMMIT" sql-command ;