Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update docs for sqlite3_trace_v2(). |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | sqlite3_trace_v2 |
Files: | files | file ages | folders |
SHA1: |
f5fc8bf5d8ff1bc420eaf902da17a912 |
User & Date: | drh 2016-07-22 15:23:38.450 |
Context
2016-07-22
| ||
15:23 | Update docs for sqlite3_trace_v2(). (Leaf check-in: f5fc8bf5d8 user: drh tags: sqlite3_trace_v2) | |
2016-07-15
| ||
02:59 | Fix typo in the when-to-use document. (check-in: faf1f46a56 user: drh tags: trunk) | |
Changes
Changes to pages/compile.in.
︙ | ︙ | |||
1352 1353 1354 1355 1356 1357 1358 | } COMPILE_OPTION {SQLITE_OMIT_TEMPDB} { This option omits support for TEMP or TEMPORARY tables. } COMPILE_OPTION {SQLITE_OMIT_TRACE} { | | > | | 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 | } COMPILE_OPTION {SQLITE_OMIT_TEMPDB} { This option omits support for TEMP or TEMPORARY tables. } COMPILE_OPTION {SQLITE_OMIT_TRACE} { This option omits support for the [sqlite3_profile()], [sqlite3_trace()], [sqlite3_trace_v2()], and [sqlite3_expanded_sql()] interfaces and their associated logic. } COMPILE_OPTION {SQLITE_OMIT_TRIGGER} { Defining this option omits support for TRIGGER objects. Neither the [CREATE TRIGGER] or [DROP TRIGGER] commands are available in this case, and attempting to execute either will result in a parse error. |
︙ | ︙ |