mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
@ -175,7 +175,7 @@ pub interface Connection {
|
||||
delete(table string, where QueryData) !
|
||||
create(table string, fields []TableField) !
|
||||
drop(table string) !
|
||||
last_id() Primitive
|
||||
last_id() int
|
||||
}
|
||||
|
||||
// Generates an sql stmt, from universal parameter
|
||||
|
Reference in New Issue
Block a user