mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 08:55:40 +01:00
Fix inconsistent SQLITE_NOTFOUND error code
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
|
||||
#define SQLITE_NOMEM 7
|
||||
|
||||
#define SQLITE_NOTFOUND 14
|
||||
#define SQLITE_NOTFOUND 12
|
||||
|
||||
#define SQLITE_CANTOPEN 14
|
||||
|
||||
#define SQLITE_MISUSE 21
|
||||
|
||||
|
||||
Reference in New Issue
Block a user