1
0
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:
drh
2004-09-02 16:36:03 +00:00
parent c44af71c08
commit d1b03577ec
5 changed files with 29 additions and 11 deletions

View File

@@ -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>