1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Pager is working, mostly. (CVS 211)

FossilOrigin-Name: f82fa7070ae281804c019e6b05cd767dadaf0827
This commit is contained in:
drh
2001-04-15 00:37:09 +00:00
parent 69688d5f54
commit d9b0257a24
10 changed files with 1089 additions and 283 deletions

View File

@ -17,7 +17,8 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2001 Apr 12 (1.0.31)} {
chng {2001 Apr 14 (1.0.31)} {
<li>Pager subsystem added but not yet used.</li>
<li>More robust handling of out-of-memory errors.</li>
<li>New tests added to the test suite.</li>
}