1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

:-) (CVS 171)

FossilOrigin-Name: d49e10fb5e29318f1f777664562b68dd054f7535
This commit is contained in:
drh
2001-01-04 14:20:18 +00:00
parent 68b8f0a1ef
commit a2e1bb5a58
7 changed files with 37 additions and 26 deletions

View File

@@ -17,6 +17,12 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2001 Jan 4 (1.0.18)} {
<li>Print the offending SQL statement when an error occurs.</li>
<li>Do not require commas between constraints in CREATE TABLE statements.</li>
<li>Changes to comments.</li>
}
chng {2000 Dec 10 (1.0.17)} {
<li>Rewrote <b>sqlite_complete()</b> to make it faster.</li>
<li>Minor tweaks to other code to make it run a little faster.</li>