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

Makefile changes from Andreas Rottmann (CVS 340)

FossilOrigin-Name: e7004afbf808b6389e67e8a335c610227c76101b
This commit is contained in:
drh
2002-01-07 19:04:21 +00:00
parent aacc543e23
commit e638bbf820
5 changed files with 16 additions and 504 deletions

View File

@ -17,9 +17,11 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2002 Jan 3 (2.2.1)} {
chng {2002 Jan 4 (2.2.1)} {
<li>Bug fix: An attempt to delete a single row of a table with a WHERE
clause of "ROWID=x" when no such rowid exists was causing an error.</li>
<li>Bug fix: Passing in a NULL as the 3rd parameter to <b>sqlite_open()</b>
would sometimes cause a coredump.</li>
}
chng {2001 Dec 22 (2.2.0)} {