mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
tutorials: fix blog code
This commit is contained in:
parent
7bcc5afbb6
commit
0c77bdf8f6
3 changed files with 11 additions and 4 deletions
|
@ -150,7 +150,6 @@ pub fn (db DB) exec(query string) ([]Row, int) {
|
|||
}
|
||||
rows << row
|
||||
}
|
||||
|
||||
C.sqlite3_finalize(stmt)
|
||||
return rows, res
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue