1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-06-25 09:02:03 +03:00

Preparing for the release of 3.1.6. (CVS 2390)

FossilOrigin-Name: 45cbf27e8079754941225e87867711504bf3d60c
This commit is contained in:
drh
2005-03-17 03:33:16 +00:00
parent cb9882a753
commit fb189328de
6 changed files with 66 additions and 50 deletions

View File

@ -21,6 +21,14 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2005 March 16 (3.1.6)} {
<li>Fix a bug that could cause database corruption when inserting
record into tables with around 125 columns.</li>
<li>sqlite3_step() is now much more likely to invoke the busy handler
and less likely to return SQLITE_BUSY.</li>
<li>Fix memory leaks that used to occur after a malloc() failure.</li>
}
chng {2005 March 11 (3.1.5)} {
<li>The ioctl on OS-X to control syncing to disk is F_FULLFSYNC,
not F_FULLSYNC. The previous release had it wrong.</li>