Fix inconsistent SQLITE_NOTFOUND error code

This commit is contained in:
Daniel Kaluza 2025-01-03 11:15:32 +01:00
parent 34690e3b63
commit 3b85015f55
2 changed files with 6 additions and 3 deletions

View file

@ -13,7 +13,9 @@
#define SQLITE_NOMEM 7
#define SQLITE_NOTFOUND 14
#define SQLITE_NOTFOUND 12
#define SQLITE_CANTOPEN 14
#define SQLITE_MISUSE 21