1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Add the ability to do a single .command as the second argument

to the command-line shell. (CVS 321)

FossilOrigin-Name: 653f37c365a0b5d59c11b7dbba57905ffaeff2dc
This commit is contained in:
drh
2001-11-25 13:18:23 +00:00
parent e68fefdaa5
commit 6ff13859d5
4 changed files with 24 additions and 12 deletions

View File

@ -17,6 +17,11 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2001 Nov ?? (2.1.4)} {
<li>Add the ability to put a single .command in the second argument
of the sqlite shell</li>
}
chng {2001 Nov 23 (2.1.3)} {
<li>Fix the behavior of comparison operators
(ex: "<b>&lt</b>", "<b>==</b>", etc.)