mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Add the "PRAGMA table_list" command with its corresponding eponymous
table-valued function: "pragma_table_list". FossilOrigin-Name: 2c0e7ae541e9ecb86aa58fa7e7057def8aac1b1af1af1aa80b8bf2d260f9a2f9
This commit is contained in:
@ -231,6 +231,12 @@ set pragma_def {
|
||||
COLS: cid name type notnull dflt_value pk hidden
|
||||
IF: !defined(SQLITE_OMIT_SCHEMA_PRAGMAS)
|
||||
|
||||
NAME: table_list
|
||||
TYPE: TABLE_LIST
|
||||
FLAG: NeedSchema Result1 SchemaOpt
|
||||
COLS: schema name type ncol wr strict
|
||||
IF: !defined(SQLITE_OMIT_SCHEMA_PRAGMAS)
|
||||
|
||||
NAME: stats
|
||||
FLAG: NeedSchema Result0 SchemaReq
|
||||
COLS: tbl idx wdth hght flgs
|
||||
|
Reference in New Issue
Block a user