mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
Fix inconsistent SQLITE_NOTFOUND error code
This commit is contained in:
parent
34690e3b63
commit
3b85015f55
2 changed files with 6 additions and 3 deletions
|
@ -13,7 +13,9 @@
|
|||
|
||||
#define SQLITE_NOMEM 7
|
||||
|
||||
#define SQLITE_NOTFOUND 14
|
||||
#define SQLITE_NOTFOUND 12
|
||||
|
||||
#define SQLITE_CANTOPEN 14
|
||||
|
||||
#define SQLITE_MISUSE 21
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue