mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
orm: use errcode comparisons, instead of strcmp(sqlite3_errmsg,msg)
This commit is contained in:
parent
581603f2bd
commit
d3e676bdc1
4 changed files with 13 additions and 7 deletions
|
@ -43,6 +43,7 @@ fn C.chmod(byteptr, int) int
|
|||
|
||||
fn C.printf(byteptr, ...byteptr) int
|
||||
|
||||
fn C.puts(byteptr) int
|
||||
|
||||
fn C.fputs(byteptr) int
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue