Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1 check-in using file src/expr.c version e908787e47
2014-02-18
| ||
01:07 | Improvements to "NOT IN (SELECT ...)" processing. Only test for NULL values on the RHS on the first iteration, then remember the result. There has been logic to do this for year, but it didn't work right and ended up repeating the NULL test on every iteration. This inefficiency was found using the VDBE coverage testing tools. (check-in: 915f6f1c7a user: drh tags: trunk) | |