Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Change a sentence in lang_droptable.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8c82296b213ce5cd48edb9cd41686aa0 |
User & Date: | dan 2010-11-29 12:05:28.000 |
Context
2010-11-29
| ||
21:50 | Explanation of the use of :-prefix host parameters for substitution in the TCL interface. (check-in: af551e7e6d user: drh tags: trunk) | |
12:05 | Change a sentence in lang_droptable.html. (check-in: 8c82296b21 user: dan tags: trunk) | |
2010-11-27
| ||
15:55 | Add some extra details to fts3.in. (check-in: 5ab479563e user: dan tags: trunk) | |
Changes
Changes to pages/lang.in.
︙ | ︙ | |||
1328 1329 1330 1331 1332 1333 1334 | ############################################################################## Section {DROP TRIGGER} droptrigger {{DROP TRIGGER}} BubbleDiagram drop-trigger-stmt 1 </tcl> <p>^The DROP TRIGGER statement removes a trigger created by the | | > > | | > | 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 | ############################################################################## Section {DROP TRIGGER} droptrigger {{DROP TRIGGER}} BubbleDiagram drop-trigger-stmt 1 </tcl> <p>^The DROP TRIGGER statement removes a trigger created by the [CREATE TRIGGER] statement. ^Once removed, the trigger definition is no longer present in the sqlite_master (or sqlite_temp_master) table and is not fired by any subsequent INSERT, UPDATE or DELETE statements. <p>^Note that triggers are automatically dropped when the associated table is dropped. <tcl> ############################################################################## Section {DROP VIEW} dropview {{DROP VIEW}} BubbleDiagram drop-view-stmt 1 </tcl> |
︙ | ︙ |