Found column name typo in sql query under db.Make() leading error when initialising sqlite db.
Monorepo for Tangled โ https://tangled.org
appview: db: fix column name typo in sql query #262
merged
opened by
expand 2 commits
hide 2 commits
appview: state: more verbose error message to track errors
found `db.Make` can fail with error message like "no such column: did"
which lacks some context to locate the exact where error occured
added some context following other error return statements in
`state.Make()`
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
appview: db: fix column name typo in sql query
Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>
lgtm thanks!