mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
db.sqlite: make functions return results, breaking change (#19093)
This commit is contained in:
@ -23,7 +23,7 @@ fn test_ensure_db_exists_and_user_table_is_ok() {
|
||||
assert true
|
||||
|
||||
eprintln('> drop pre-existing User table...')
|
||||
db.exec('drop table if exists User')
|
||||
db.exec('drop table if exists User')!
|
||||
|
||||
eprintln('> creating User table...')
|
||||
sql db {
|
||||
|
Reference in New Issue
Block a user