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

Fix for bug #6: Correctly handle functions in the WHERE clause of a join. (CVS 513)

FossilOrigin-Name: bdd8ce584e16fe288a7e8386f897cb36a60e8431
This commit is contained in:
drh
2002-04-02 01:58:57 +00:00
parent 5efc18b6da
commit dd579122da
5 changed files with 38 additions and 12 deletions

View File

@@ -25,7 +25,12 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2002 Mar 31 (2.4.5)} {
chng {2002 Apr 01 (2.4.5)} {
<li>Bug fix: Correctly handle functions that appear in the WHERE clause
of a SELECT.</li>
<li>When the PRAGMA vdbe_trace=ON is set, correctly print the P3 operand
value when it is a pointer to a structure rather than a pointer to
a string.</li>
<li>When inserting an explicit NULL into an INTEGER PRIMARY KEY, convert
the NULL value into a unique key automatically.</li>
}