Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a minor syntax error in the tclsqlite document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0462837fe7c118c7567304234a3ddc81 |
User & Date: | drh 2015-07-14 13:46:57.380 |
Context
2015-07-14
| ||
15:59 | Call FTS5 and OTA "experimental" on the change log, as they might yet receive incompatible changes. (check-in: 7b63ab1de7 user: drh tags: trunk) | |
13:46 | Fix a minor syntax error in the tclsqlite document. (check-in: 0462837fe7 user: drh tags: trunk) | |
2015-07-13
| ||
22:07 | First cut at OTA documentation. (check-in: a5dfd4a26b user: drh tags: trunk) | |
Changes
Changes to pages/tclsqlite.in.
︙ | ︙ | |||
866 867 868 869 870 871 872 | ############################################################################## METHOD profile { <p>This method is used to profile the execution of SQL statements run by the application. The syntax is as follows: </p> <blockquote> | | | 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 | ############################################################################## METHOD profile { <p>This method is used to profile the execution of SQL statements run by the application. The syntax is as follows: </p> <blockquote> <i>dbcmd</i> <b>profile</b> ?<i>script</i>? </blockquote> <p>Unless <i>script</i> is an empty string, this method arranges for the <i>script</i> to be evaluated after the execution of each SQL statement. Two arguments are appended to <i>script</i> before it is invoked: the text of the SQL statement executed and the time elapsed while executing the statement, in nanoseconds. |
︙ | ︙ |