mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-06 15:49:35 +03:00
Handle an SQLITE_IGNORE returned when requesting authorization to read parent key columns by pretending the parent key columns contain NULL values.
FossilOrigin-Name: 3c24df38e6ae5dfe999bbf3133b65df0074c6a50
This commit is contained in:
@@ -2734,7 +2734,7 @@ void sqlite3DeferForeignKey(Parse*, int);
|
||||
int sqlite3AuthCheck(Parse*,int, const char*, const char*, const char*);
|
||||
void sqlite3AuthContextPush(Parse*, AuthContext*, const char*);
|
||||
void sqlite3AuthContextPop(AuthContext*);
|
||||
void sqlite3AuthReadCol(Parse*, const char *, const char *, int, Expr *);
|
||||
int sqlite3AuthReadCol(Parse*, const char *, const char *, int);
|
||||
#else
|
||||
# define sqlite3AuthRead(a,b,c,d)
|
||||
# define sqlite3AuthCheck(a,b,c,d,e) SQLITE_OK
|
||||
|
||||
Reference in New Issue
Block a user