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

Bug fix: sqlite_exec() would sometimes return SQLITE_PROTOCOL when it

should have returned SQLITE_BUSY.  There was also a deadlock that the
previous bug was masking. (CVS 322)

FossilOrigin-Name: 585ed5ebf1c1afc8ae1d569b121208018d8ecd49
This commit is contained in:
drh
2001-12-05 00:21:20 +00:00
parent 6ff13859d5
commit b8ca307e7b
10 changed files with 101 additions and 61 deletions

View File

@ -17,9 +17,14 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2001 Nov ?? (2.1.4)} {
chng {2001 Dec 4 (2.1.4)} {
<li>Sometime <b>sqlite_exec()</b> would return SQLITE_PROTOCOL when it
should have returned SQLITE_BUSY.</li>
<li>The fix to the previous bug uncovered a deadlock which was also
fixed.</li>
<li>Add the ability to put a single .command in the second argument
of the sqlite shell</li>
<li>Updates to the FAQ</li>
}
chng {2001 Nov 23 (2.1.3)} {