mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Fix the build for SQLITE_OMIT_CTE.
FossilOrigin-Name: d7ef96bae459f800241483fe8784552d18ee7f92f408f6453ac687de5530bbb9
This commit is contained in:
@@ -5112,7 +5112,7 @@ const char *sqlite3JournalModename(int);
|
||||
# define sqlite3CteDelete(D,C)
|
||||
# define sqlite3CteWithAdd(P,W,C) ((void*)0)
|
||||
# define sqlite3WithDelete(x,y)
|
||||
# define sqlite3WithPush(x,y,z)
|
||||
# define sqlite3WithPush(x,y,z) ((void*)0)
|
||||
#endif
|
||||
#ifndef SQLITE_OMIT_UPSERT
|
||||
Upsert *sqlite3UpsertNew(sqlite3*,ExprList*,Expr*,ExprList*,Expr*,Upsert*);
|
||||
|
||||
Reference in New Issue
Block a user