Wapp

Check-in [a75c921e06]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Remove application code that was accidentally pasted into commands.md. Forum post 73a0daf2d9.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a75c921e06ed42e751155bf6f50feb2d0e08ef535cc4584da29137288253d2a4
User & Date: drh 2022-08-01 10:21:59.326
Context
2022-08-23
12:50
Update the built-in SQLite to the latest 3.40.0 alpha version. (check-in: f44b8326fc user: drh tags: trunk)
2022-08-01
10:21
Remove application code that was accidentally pasted into commands.md. Forum post 73a0daf2d9. (check-in: a75c921e06 user: drh tags: trunk)
2022-07-28
12:56
Update the built-in SQLite to the latest 3.40.0 alpha. (check-in: 6bc7d7957f user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to docs/commands.md.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
open_database
if {[info exists Q(delacct)] && [info exists Q(acct)]} {
  db eval {SELECT rowid FROM entry WHERE acct=$Q(acct)} break
  if {![info exists rowid]} {
    db eval {
      DELETE FROM account WHERE name=$Q(acct)
    }
  }
  unset Q(acct)
}
Wapp Commands
=============

Wapp is really just a collection of TCL procs. All procs are in a single file
named "wapp.tcl".

The procs that form the public interface for Wapp begin with "wapp-".  The
<
<
<
<
<
<
<
<
<
<

















1
2
3
4
5
6
7










Wapp Commands
=============

Wapp is really just a collection of TCL procs. All procs are in a single file
named "wapp.tcl".

The procs that form the public interface for Wapp begin with "wapp-".  The