commits in between.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
ks-keys-raw
|
||||
ks-key-count
|
||||
ks-transaction
|
||||
ks-commit
|
||||
)
|
||||
|
||||
(define-struct keystore
|
||||
@@ -116,6 +117,12 @@
|
||||
(query-exec (keystore-dbh ks) "COMMIT")
|
||||
r)))))
|
||||
|
||||
(define/contract (ks-commit ks)
|
||||
(-> keystore? boolean?)
|
||||
(query-exec (keystore-dbh ks) "COMMIT")
|
||||
(query-exec (keystore-dbg ks) "BEGIN")
|
||||
#t)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Internal working
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
Reference in New Issue
Block a user