Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a problem with queries of the form "SELECT min(<expr>) ... WHERE <expr>=?" where there is an index on <expr>. Fix for [71e183ca]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d465c3eef458c851d97eea6e4117247d |
User & Date: | dan 2019-08-03 16:37:40.150 |
References
2019-08-03
| ||
16:51 | • Closed ticket [71e183cab6]: MIN() malfunctions for a query with ISNULL condition plus 4 other changes (artifact: 3dfda9a4da user: dan) | |
Context
2019-08-03
| ||
19:06 | Strengthen an assert() in the WHERE clause code generator for the min/max optimization. (check-in: 1bd4b97d64 user: drh tags: trunk) | |
16:37 | Fix a problem with queries of the form "SELECT min(<expr>) ... WHERE <expr>=?" where there is an index on <expr>. Fix for [71e183ca]. (check-in: d465c3eef4 user: dan tags: trunk) | |
16:17 | In the ".wheretrace 0x100" debugging mode, show the structure of the main parameters to sqlite3WhereBegin() calls. (check-in: fd598e475d user: drh tags: trunk) | |
Changes
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to src/wherecode.c.
Changes to test/minmax4.test.