mirror of
https://github.com/sqlite/sqlite.git
synced 2025-12-24 14:17:58 +03:00
Update version number and documentation for version 3.0.6. (CVS 1933)
FossilOrigin-Name: 67370926e374180b2de6e9ab60e5c9ddab4b1317
This commit is contained in:
@@ -21,6 +21,15 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2004 September 02 (3.0.6 beta)} {
|
||||
<li>Better detection and handling of corrupt database files.</li>
|
||||
<li>The sqlite3_step() interface returns SQLITE_BUSY if it is unable
|
||||
to commit a change because of a lock</li>
|
||||
<li>Combine the implementations of LIKE and GLOB into a single
|
||||
pattern-matching subroutine.</li>
|
||||
<li>Miscellaneous code size optimizations and bug fixes</li>
|
||||
}
|
||||
|
||||
chng {2004 August 29 (3.0.5 beta)} {
|
||||
<li>Support for ":AAA" style bind parameter names.</li>
|
||||
<li>Added the new sqlite3_bind_parameter_name() interface.</li>
|
||||
|
||||
Reference in New Issue
Block a user