mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Fix sqlite build
This commit is contained in:
parent
7722837517
commit
ce6717965e
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ int sqlite_exec(
|
||||||
#define SQLITE_AUTH 23 /* Authorization denied */
|
#define SQLITE_AUTH 23 /* Authorization denied */
|
||||||
#define SQLITE_FORMAT 24 /* Auxiliary database format error */
|
#define SQLITE_FORMAT 24 /* Auxiliary database format error */
|
||||||
#define SQLITE_RANGE 25 /* 2nd parameter to sqlite_bind out of range */
|
#define SQLITE_RANGE 25 /* 2nd parameter to sqlite_bind out of range */
|
||||||
|
#define SQLITE_NOTADB 26 /* File opened that is not a database file */
|
||||||
#define SQLITE_ROW 100 /* sqlite_step() has another row ready */
|
#define SQLITE_ROW 100 /* sqlite_step() has another row ready */
|
||||||
#define SQLITE_DONE 101 /* sqlite_step() has finished executing */
|
#define SQLITE_DONE 101 /* sqlite_step() has finished executing */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue