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