mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
A minor variation on check-in [1685610ef8e0dc] which (hopefully) makes the
logic a little easier to follow. Also disallows the use of the double-quoted string hack in the query expression used for VACUUM INTO, which is not strictly required, but moves us toward the goal of disallowing the double-quoted string hack everywhere. FossilOrigin-Name: 3e1b55f3ab85710ed81574904718205c7370b5f0b5a41029e961486d2e3f37c7
This commit is contained in:
@@ -2793,7 +2793,8 @@ struct NameContext {
|
||||
#define NC_Complex 0x2000 /* True if a function or subquery seen */
|
||||
#define NC_AllowWin 0x4000 /* Window functions are allowed here */
|
||||
#define NC_HasWin 0x8000 /* One or more window functions seen */
|
||||
#define NC_NewSchema 0x10000 /* Currently resolving self-refs for new object */
|
||||
#define NC_NoDblQStr 0x10000 /* Do not allow double-quoted string hack.
|
||||
** Mnemonic: "NO DouBLe-Quoted STRings" */
|
||||
|
||||
/*
|
||||
** An instance of the following object describes a single ON CONFLICT
|
||||
|
||||
Reference in New Issue
Block a user