mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Add the "Pragma_list" pragma. Put all three pragmas created on this branch
inside of #ifdef SQLITE_INTROSPECTION_PRAGMAS. FossilOrigin-Name: 2f3c3781ef3d66ecafef083d7144287ff23eea5a6d93b014dfeb2a8ac71f757e
This commit is contained in:
@ -256,12 +256,19 @@ set pragma_def {
|
||||
FLAG: Result0
|
||||
COLS: name builtin
|
||||
IF: !defined(SQLITE_OMIT_SCHEMA_PRAGMAS)
|
||||
IF: defined(SQLITE_INTROSPECTION_PRAGMAS)
|
||||
|
||||
NAME: module_list
|
||||
FLAG: Result0
|
||||
COLS: name
|
||||
IF: !defined(SQLITE_OMIT_SCHEMA_PRAGMAS)
|
||||
IF: !defined(SQLITE_OMIT_VIRTUALTABLE)
|
||||
IF: defined(SQLITE_INTROSPECTION_PRAGMAS)
|
||||
|
||||
NAME: pragma_list
|
||||
FLAG: Result0
|
||||
COLS: name
|
||||
IF: defined(SQLITE_INTROSPECTION_PRAGMAS)
|
||||
|
||||
NAME: collation_list
|
||||
FLAG: Result0
|
||||
|
Reference in New Issue
Block a user