WIP: echo the row seq
This commit is contained in:
parent
0c24935e9b
commit
64ddc90780
|
@ -195,6 +195,8 @@ proc getSettings*(db: DbConn): Settings =
|
|||
webview_allow_permission_requests FROM settings WHERE synthetic_id = 'id'"""
|
||||
|
||||
for r in rows(db, query):
|
||||
echo $r
|
||||
|
||||
result.userAddress = r[0].strVal.parseAddress
|
||||
result.chaosMode = toOption[bool](r[1])
|
||||
result.currency = toOption[string](r[2])
|
||||
|
|
Loading…
Reference in New Issue