@@ -130,7 +130,7 @@ Extensions
130130 * VTable: sqlite_btreeinfo
131131
132132 * - cksumvfs
133- - `link <https://sqlite.org/src/file?ci=trunk&name=ext%2fmisc%2fcksumvfs.c >`__
133+ - `link <https://sqlite.org/cksumvfs.html >`__
134134 - A VFS shim that writes a checksum on each page of an SQLite database file
135135 -
136136 * Function: verify_checksum
@@ -143,13 +143,13 @@ Extensions
143143 * VTable: transitive_closure
144144
145145 * - completion
146- - `link <https://sqlite.org/src/file?ci=trunk&name=ext%2fmisc%2fcompletion.c >`__
146+ - `link <https://sqlite.org/completion.html >`__
147147 - A virtual table that returns suggested completions for a partial SQL input
148148 -
149149 * VTable: completion
150150
151151 * - csv
152- - `link <https://sqlite.org/src/file?ci=trunk&name=ext%2fmisc%2fcsv.c >`__
152+ - `link <https://sqlite.org/csv.html >`__
153153 - A virtual table for reading CSV files
154154 -
155155 * VTable: csv
@@ -186,6 +186,12 @@ Extensions
186186 -
187187 * Function: ieee754 ieee754_exponent ieee754_from_blob ieee754_from_int ieee754_inc ieee754_mantissa ieee754_to_blob ieee754_to_int
188188
189+ * - memstat
190+ - `link <https://sqlite.org/memstat.html>`__
191+ - Provides SQL access to the sqlite3_status64() and sqlite3_db_status() interfaces
192+ -
193+ * VTable: sqlite_memstat
194+
189195 * - nextchar
190196 - `link <https://sqlite.org/src/file?ci=trunk&name=ext%2fmisc%2fnextchar.c>`__
191197 - Finds all valid 'next' characters for a string given a vocabulary
@@ -215,7 +221,7 @@ Extensions
215221 - `link <https://sqlite.org/src/file?ci=trunk&name=ext%2fmisc%2fregexp.c>`__
216222 - Compact reasonably efficient posix extended regular expression matcher
217223 -
218- * Function: regexpi
224+ * Function: regexp regexpi
219225
220226 * - rot13
221227 - `link <https://sqlite.org/src/file?ci=trunk&name=ext%2fmisc%2frot13.c>`__
@@ -244,7 +250,7 @@ Extensions
244250 * VTable: spellfix1
245251
246252 * - stmt
247- - `link <https://sqlite.org/src/file?ci=trunk&name=ext%2fmisc%2fstmt.c >`__
253+ - `link <https://sqlite.org/stmt.html >`__
248254 - Virtual table with information about all prepared statements on a connection
249255 -
250256 * VTable: sqlite_stmt
@@ -283,7 +289,7 @@ Extensions
283289 - `link <https://sqlite.org/vec1/doc/trunk/doc/vec1intro.md>`__
284290 - Vector search. !Experimental! !Under development! Loading on before 2013 CPU may crash process
285291 -
286- * Function: vec1_cos_distance vec1_from_json vec1_info vec1_l2_distance vec1_test_pq_decode vec1_test_pq_distortion vec1_test_pq_encode vec1_to_json vec1_to_json_f vec1_to_json_i vec1_train
292+ * Function: vec1_cos_distance vec1_from_json vec1_info vec1_l2_distance vec1_qinstr vec1_test_pq_decode vec1_test_pq_distortion vec1_test_pq_encode vec1_to_json vec1_to_json_f vec1_to_json_i vec1_train
287293 * VTable: vec1
288294
289295 * - vfsstat
0 commit comments