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

Improvements to the new syntax-tree output routines: Omit the "END SELECT"

mark and instead terminate the graph at the last item.  Increase the maximum
tree depth to 100.

FossilOrigin-Name: 5ce05757aac80b99c3b2141cd301809f8e28e661
This commit is contained in:
drh
2014-09-30 19:04:41 +00:00
parent 36be4c49e4
commit b08cd3f345
5 changed files with 33 additions and 27 deletions

View File

@@ -2936,7 +2936,7 @@ struct With {
*/
struct TreeView {
int iLevel; /* Which level of the tree we are on */
u64 mLine; /* Mask of continuation lines to be drawn */
u8 bLine[100]; /* Draw vertical in column i if bLine[i] is true */
};
#endif /* SQLITE_DEBUG */