mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
2.0.3 (CVS 287)
FossilOrigin-Name: 75e90cf09b64ee1fcb39a711fc9ac6d3d2b849a5
This commit is contained in:
@ -17,12 +17,16 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2001 Oct ? (2.0.3)} {
|
||||
chng {2001 Oct 13 (2.0.3)} {
|
||||
<li>Bug fix: the <b>sqlite_busy_timeout()</b> function was delaying 1000
|
||||
times too long before failing.</li>
|
||||
<li>Bug fix: an assertion was failing if the disk holding the database
|
||||
file became full or stopped accepting writes for some other reason.
|
||||
New tests were added to detect similar problems in the future.</li>
|
||||
<li>Added new operators: <b>&</b> (bitwise-and)
|
||||
<b>|</b> (bitwise-or), <b>~</b> (ones-complement),
|
||||
<b><<</b> (shift left), <b>>></b> (shift right).</li>
|
||||
<li>Added new functions: <b>round()</b> and <b>abs()</b>.</li>
|
||||
}
|
||||
|
||||
chng {2001 Oct 9 (2.0.2)} {
|
||||
|
Reference in New Issue
Block a user