Skip to content

Commit

Permalink
Remove SQLITE_INTROSPECTION_PRAGMAS compile-time option (#927)
Browse files Browse the repository at this point in the history
From the docs:

> This option is obsolete. It used to enable some extra some extra
> PRAGMA statements such as PRAGMA function_list, PRAGMA module_list,
> and PRAGMA pragma_list, but those pragmas are now all enabled by
> default.  See SQLITE_OMIT_INTROSPECTION_PRAGMAS.

It has been obsolete since 2019-10-04 (with SQLite 3.30.0).
  • Loading branch information
threema-danilo committed Sep 2, 2023
1 parent 9573de8 commit ccf0b35
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion deps/defines.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'SQLITE_ENABLE_RTREE',
'SQLITE_ENABLE_STAT4',
'SQLITE_ENABLE_UPDATE_DELETE_LIMIT',
'SQLITE_INTROSPECTION_PRAGMAS',
'SQLITE_LIKE_DOESNT_MATCH_BLOBS',
'SQLITE_OMIT_DEPRECATED',
'SQLITE_OMIT_GET_TABLE',
Expand Down
1 change: 0 additions & 1 deletion deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ SQLITE_ENABLE_MATH_FUNCTIONS
SQLITE_ENABLE_RTREE
SQLITE_ENABLE_STAT4
SQLITE_ENABLE_UPDATE_DELETE_LIMIT
SQLITE_INTROSPECTION_PRAGMAS
SQLITE_LIKE_DOESNT_MATCH_BLOBS
SQLITE_OMIT_DEPRECATED
SQLITE_OMIT_GET_TABLE
Expand Down
1 change: 0 additions & 1 deletion docs/compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ SQLITE_ENABLE_MATH_FUNCTIONS
SQLITE_ENABLE_RTREE
SQLITE_ENABLE_STAT4
SQLITE_ENABLE_UPDATE_DELETE_LIMIT
SQLITE_INTROSPECTION_PRAGMAS
SQLITE_LIKE_DOESNT_MATCH_BLOBS
SQLITE_OMIT_DEPRECATED
SQLITE_OMIT_GET_TABLE
Expand Down

0 comments on commit ccf0b35

Please sign in to comment.