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

Bug fix in the sqliteOsLock() and sqliteOsUnlock() routines of POSIX.

Version 2.1.5. (CVS 325)

FossilOrigin-Name: 669454060867593290c1ce8c45bd87d011976289
This commit is contained in:
drh
2001-12-06 13:24:14 +00:00
parent 7df884e0d6
commit 2cf65aad6c
5 changed files with 22 additions and 12 deletions

View File

@ -17,6 +17,13 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2001 Dec 6 (2.1.5)} {
<li>Fix for another problem (unrelated to the one fixed in 2.1.4)
that sometimes causes <b>sqlite_exec()</b> to return SQLITE_PROTOCOL
unnecessarily. This time the bug was
in the POSIX locking code and should not effect windows users.</li>
}
chng {2001 Dec 4 (2.1.4)} {
<li>Sometimes <b>sqlite_exec()</b> would return SQLITE_PROTOCOL when it
should have returned SQLITE_BUSY.</li>