]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The ".schema" command in the command-line shell now shows the structure of
authordrh <drh@noemail.net>
Tue, 2 Jan 2018 00:04:37 +0000 (00:04 +0000)
committerdrh <drh@noemail.net>
Tue, 2 Jan 2018 00:04:37 +0000 (00:04 +0000)
commit667a2a25bad684983c4e647fdfa4acfcfab7f67d
tree531094caad3cd59b973ff69616f7a9d04ff6dc05
parent1d315cf7b86052178e4537e57e249499fa0e6187
The ".schema" command in the command-line shell now shows the structure of
table-valued functions and eponymous virtual tables if they are named on the
".schema" command line.  Example:  ".schema sql%" shows the structure of
the "sqlite_dbstat" and "sqlite_stmt" virtual tables.

FossilOrigin-Name: f80f6651df0b2843c6c9619a8f3e05c56cd50363402800a2e166e6eb664f7768
manifest
manifest.uuid
src/shell.c.in