Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add documentation for the unlock_notify method of the TCL interface. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d6dd485d18f116ad55a1a31ea28f2533 |
User & Date: | drh 2017-03-30 16:43:36.085 |
Context
2017-03-31
| ||
15:40 | Fix typos and clarify text in the sessionintro.html document. (check-in: 1bac33959e user: drh tags: trunk) | |
2017-03-30
| ||
16:43 | Add documentation for the unlock_notify method of the TCL interface. (check-in: d6dd485d18 user: drh tags: trunk) | |
15:02 | Add a news entry for 3.18.0. (check-in: 8df001ccf7 user: drh tags: trunk) | |
Changes
Changes to pages/tclsqlite.in.
︙ | ︙ | |||
886 887 888 889 890 891 892 893 894 895 | </p> <p>A database handle may only have a single profile script registered at any time. If there is already a script registered when the profile method is invoked, the previous profile script is replaced by the new one. If the <i>script</i> argument is an empty string, any previously registered profile callback is canceled but no new profile script is registered. </p> } </tcl> | > > > > > > > > > | 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 | </p> <p>A database handle may only have a single profile script registered at any time. If there is already a script registered when the profile method is invoked, the previous profile script is replaced by the new one. If the <i>script</i> argument is an empty string, any previously registered profile callback is canceled but no new profile script is registered. </p> } ############################################################################## METHOD unlock_notify { <p>The unlock_notify method is used access the [sqlite3_unlock_notify()] interface to the SQLite core library for testing purposes. The use of this method by applications is discouraged. </p> } </tcl> |