1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-10 01:02:56 +03:00

Merge obscure problem fixes from trunk.

FossilOrigin-Name: 271c110bcf5bf2ea7e113dd01dec876a08e3c047
This commit is contained in:
drh
2015-04-06 12:08:24 +00:00
13 changed files with 263 additions and 31 deletions

View File

@@ -2397,6 +2397,7 @@ struct Select {
#define SF_MaybeConvert 0x0400 /* Need convertCompoundSelectToSubquery() */
#define SF_Recursive 0x0800 /* The recursive part of a recursive CTE */
#define SF_MinMaxAgg 0x1000 /* Aggregate containing min() or max() */
#define SF_Converted 0x2000 /* By convertCompoundSelectToSubquery() */
/*