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:
@ -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><</b>", "<b>==</b>", etc.)
|
||||
|
Reference in New Issue
Block a user