Fix inference breakage
parent
9d940ebe3c
commit
076420d418
|
@ -14,7 +14,7 @@ IN: db.queries
|
||||||
: query-make ( class quot -- )
|
: query-make ( class quot -- )
|
||||||
>r sql-props r>
|
>r sql-props r>
|
||||||
[ 0 sql-counter rot with-variable ] { "" { } { } } nmake
|
[ 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 begin-transaction ( -- ) "BEGIN" sql-command ;
|
||||||
M: db commit-transaction ( -- ) "COMMIT" sql-command ;
|
M: db commit-transaction ( -- ) "COMMIT" sql-command ;
|
||||||
|
|
Loading…
Reference in New Issue