SQLite

Check-in [0a8c2f4f98]
Login

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

Overview
Comment:Version 2.0.8 (CVS 299)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0a8c2f4f9812ffa7d43be0e3b59648dca40fa83c
User & Date: drh 2001-11-03 23:59:17.000
Context
2001-11-04
00:00
Version 2.0.8 (CVS 462) (check-in: 0fd2874205 user: drh tags: trunk)
2001-11-03
23:59
Version 2.0.8 (CVS 299) (check-in: 0a8c2f4f98 user: drh tags: trunk)
23:57
Added "const" to lots of "char*" parameters in the API. (CVS 298) (check-in: 1c448f1fd2 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to VERSION.
1
2.0.7
|
1
2.0.8
Changes to www/changes.tcl.
13
14
15
16
17
18
19
20


21
22
23
24
25
26
27


proc chng {date desc} {
  puts "<DT><B>$date</B></DT>"
  puts "<DD><P><UL>$desc</UL></P></DD>"
}

chng {2001 Oct ?? (2.0.8)} {


<li>Documentation updates</li>
<li>Simplify the design of the VDBE by restricting the number of sorters
    and lists to 1.
    In practice, no more than one sorter and one list was every used anyhow.
    </li>
}








|
>
>







13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29


proc chng {date desc} {
  puts "<DT><B>$date</B></DT>"
  puts "<DD><P><UL>$desc</UL></P></DD>"
}

chng {2001 Nov 3 (2.0.8)} {
<li>Made selected parameters in API functions <b>const</b>. This should
    be fully backwards compatible.</li>
<li>Documentation updates</li>
<li>Simplify the design of the VDBE by restricting the number of sorters
    and lists to 1.
    In practice, no more than one sorter and one list was every used anyhow.
    </li>
}