mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Multiple enhancements to the TreeView output for SrcItem, cherrypicked from
the right-join experimental branch. FossilOrigin-Name: 293afa81112e824eec2557d004a27319d484276f796936e16d64243fe24f6b68
This commit is contained in:
@@ -4459,6 +4459,7 @@ char *sqlite3VMPrintf(sqlite3*,const char*, va_list);
|
||||
void sqlite3TreeViewExprList(TreeView*, const ExprList*, u8, const char*);
|
||||
void sqlite3TreeViewBareIdList(TreeView*, const IdList*, const char*);
|
||||
void sqlite3TreeViewIdList(TreeView*, const IdList*, u8, const char*);
|
||||
void sqlite3TreeViewColumnList(TreeView*, const Column*, int, u8);
|
||||
void sqlite3TreeViewSrcList(TreeView*, const SrcList*);
|
||||
void sqlite3TreeViewSelect(TreeView*, const Select*, u8);
|
||||
void sqlite3TreeViewWith(TreeView*, const With*, u8);
|
||||
|
||||
Reference in New Issue
Block a user