1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a bug in the -separator command-line option. (CVS 351)

FossilOrigin-Name: 593c986f694b14839b2a2ed1da4da468c53fefa5
This commit is contained in:
drh
2002-01-22 12:39:24 +00:00
parent a2e00042a1
commit 7613bfae56
4 changed files with 12 additions and 10 deletions

View File

@ -21,6 +21,8 @@ chng {2002 Jan ?? (2.2.4)} {
<li>The label to the right of an AS in the column list of a SELECT can now
be used as part of an expression in the WHERE, ORDER BY, GROUP BY, and/or
HAVING clauses.</li>
<li>Fix a bug in the <b>-separator</b> command-line option to the <b>sqlite</b>
command.</li>
}
chng {2002 Jan 16 (2.2.3)} {