Bug fix: The IN operator was not working if either side derived from

an INTEGER PRIMARY KEY. (CVS 354)

FossilOrigin-Name: dbcfe198fbaa155874ef82a96b6a4b993ccf3931
This commit is contained in:
drh
2002-01-28 15:53:03 +00:00
parent 71172c5c51
commit 6b12545f4f
12 changed files with 300 additions and 175 deletions
+7
View File
@@ -17,6 +17,13 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2002 Jan 28 (2.2.5)} {
<li>Important bug fix: the IN operator was not working if either the
left-hand or right-hand side was derived from an INTEGER PRIMARY KEY.</li>
<li>Do not escape the backslash '\' character in the output of the
<b>sqlite</b> command-line access program.</li>
}
chng {2002 Jan 22 (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