1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Parse common table expressions. But do not do anything with them (yet).

FossilOrigin-Name: da98b7205eb3d7ec2ddbf8a8e24eee0b2ff499a5
This commit is contained in:
drh
2014-01-11 13:22:17 +00:00
parent 03e1b1f5ff
commit 8b4718636c
6 changed files with 70 additions and 24 deletions

View File

@@ -3329,6 +3329,10 @@ const char *sqlite3JournalModename(int);
int sqlite3Checkpoint(sqlite3*, int, int, int*, int*);
int sqlite3WalDefaultHook(void*,sqlite3*,const char*,int);
#endif
#ifndef SQLITE_OMIT_CTE
void sqlite3CteAdd(Parse*,Token*,ExprList*,Select*);
void sqlite3CteFinish(Parse*,int);
#endif
/* Declarations for functions in fkey.c. All of these are replaced by
** no-op macros if OMIT_FOREIGN_KEY is defined. In this case no foreign