Documentation Source Text

Check-in [2ad6f9191f]
Login

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

Overview
Comment:Ignore API tags for experimental and deprecated.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2ad6f9191fcb4c92bb426a92466dabae3d5a2d9c
User & Date: shaneh 2008-08-11 17:13:46.000
Original Comment: (no comment)
Context
2008-08-11
17:18
Add comment to change. (check-in: 869024cc6c user: shaneh tags: trunk)
17:13
Ignore API tags for experimental and deprecated. (check-in: 2ad6f9191f user: shaneh tags: trunk)
2008-08-10
19:23
Continuing work on SQL language requirements. (check-in: 451999a899 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/capi3ref.in.
141
142
143
144
145
146
147


148
149
150
151
152
153
154
      endtab
      set phase 3
    }
  } elseif {$phase==3} {
    # Reading in an interface definition.  Stop reading at the first blank
    # line.
    #


    regsub {^SQLITE_API } $line {} line
    if {$line==""} {
      set reqtag {}
      set reqdf {}
      if {[regexp {\{([AHLS]\d\d\d\d\d)\}} $title all reqtag]} {
        regsub { *\{[AHLS]\d\d\d\d\d\}} $title {} title
        while {[regexp {<([AHLS]\d\d\d\d\d)>} $title all df]} {







>
>







141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
      endtab
      set phase 3
    }
  } elseif {$phase==3} {
    # Reading in an interface definition.  Stop reading at the first blank
    # line.
    #
    regsub {^SQLITE_DEPRECATED } $line {} line
    regsub {^SQLITE_EXPERIMENTAL } $line {} line
    regsub {^SQLITE_API } $line {} line
    if {$line==""} {
      set reqtag {}
      set reqdf {}
      if {[regexp {\{([AHLS]\d\d\d\d\d)\}} $title all reqtag]} {
        regsub { *\{[AHLS]\d\d\d\d\d\}} $title {} title
        while {[regexp {<([AHLS]\d\d\d\d\d)>} $title all df]} {