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:
@ -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>
|
||||
|
Reference in New Issue
Block a user