mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-06 15:49:35 +03:00
Change the SQLITE_FCNTL_PRAGMA file-control so that it can return a string
value. FossilOrigin-Name: fd8d7440277b17f57a6dc0a210f42adf1fa2dcd2
This commit is contained in:
@@ -2553,7 +2553,7 @@ int sqlite3CantopenError(int);
|
||||
/*
|
||||
** Internal function prototypes
|
||||
*/
|
||||
int sqlite3StrICmp(const char *, const char *);
|
||||
#define sqlite3StrICmp sqlite3_stricmp
|
||||
int sqlite3Strlen30(const char*);
|
||||
#define sqlite3StrNICmp sqlite3_strnicmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user