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

Fix a temp file problem on memory: (CVS 188)

FossilOrigin-Name: 88447d45c8ac316868a8a3e3cbb0b0cdf279d89c
This commit is contained in:
drh
2001-02-19 23:48:16 +00:00
parent 7d822f292b
commit e53dea15d1
5 changed files with 20 additions and 13 deletions

View File

@ -17,6 +17,13 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2001 Feb 19 (1.0.23)} {
<li>An unrelated (and minor) bug from Mark Muranwski fixed. The algorithm
for figuring out where to put temporary files for a "memory:" database
was not working quite right.
</li>
}
chng {2001 Feb 19 (1.0.22)} {
<li>The previous fix was not quite right. This one seems to work better.
</li>