1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Add a hyperlink to the ticket on the code comment for the fix to

ticket [7fa8049685b50b5aeb0c2].

FossilOrigin-Name: 45247c7f291bc0cc42600a4aa4ff7cdcd0a703fdfadcb0e12174c5250e70d503
This commit is contained in:
drh
2018-04-24 14:18:49 +00:00
parent 4da04f784f
commit 5776c139a4
3 changed files with 9 additions and 9 deletions

View File

@@ -1753,7 +1753,7 @@ Bitmask sqlite3WhereCodeOneLoopStart(
** expression may be evaluated after OP_NullRow has been executed on
** the cursor. In this case it is important to do the full evaluation,
** as the result of the expression may not be NULL, even if all table
** column values are.
** column values are. https://www.sqlite.org/src/info/7fa8049685b50b5a
*/
if( pLevel->iLeftJoin==0 ){
whereIndexExprTrans(pIdx, iCur, iIdxCur, pWInfo);