mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-09 09:03:07 +00:00
fix test
This commit is contained in:
parent
8b494907c6
commit
76b952c928
@ -67,7 +67,7 @@ proc get*(self: SQLiteDatastore, key: DbKey): ?!seq[byte] =
|
||||
bytes: seq[byte]
|
||||
|
||||
proc onData(s: RawStmtPtr) =
|
||||
bytes = self.db.getDataCol()
|
||||
bytes = dataCol(self.db.getDataCol)
|
||||
|
||||
if err =? self.db.getStmt.query((key), onData).errorOption:
|
||||
return failure(err)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user