mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
fix
This commit is contained in:
parent
c68e37e3e5
commit
a6af25dd1c
2 changed files with 7 additions and 5 deletions
|
@ -61,6 +61,12 @@ fn test_print_results() {
|
|||
insert account into Account
|
||||
}!
|
||||
|
||||
i := sql db {
|
||||
insert account into Account
|
||||
}!
|
||||
|
||||
println(i)
|
||||
|
||||
count := sql db {
|
||||
select count from Account
|
||||
}!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue