mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Merge recent trunk enhancements into the reuse-schema branch.
FossilOrigin-Name: 64234c5c9a5709e7c7c1b18bf32f4374692129b353c4698010abfc98bd00bcc4
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 OneSchema
|
||||
COLS: tbl idx wdth hght flgs
|
||||
|
Reference in New Issue
Block a user