Fix inference breakage

db4
Slava Pestov 2008-04-21 04:11:33 -05:00
parent 9d940ebe3c
commit 076420d418
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ IN: db.queries
: query-make ( class quot -- )
>r sql-props r>
[ 0 sql-counter rot with-variable ] { "" { } { } } nmake
<simple-statement> maybe-make-retryable ;
<simple-statement> maybe-make-retryable ; inline
M: db begin-transaction ( -- ) "BEGIN" sql-command ;
M: db commit-transaction ( -- ) "COMMIT" sql-command ;