1
0
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:
drh
2017-07-07 17:33:07 +00:00
parent ab53bb635c
commit 8ae11aac93
5 changed files with 57 additions and 31 deletions

View File

@ -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