mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
orm: support multiline statements (#9888)
This commit is contained in:
parent
9f1ac39770
commit
faf2656335
8 changed files with 146 additions and 79 deletions
|
@ -65,6 +65,7 @@ pub fn (mut app App) new_article() vweb.Result {
|
|||
sql app.db {
|
||||
insert article into Article
|
||||
}
|
||||
|
||||
return app.redirect('/')
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue