SQLite

Check-in [1bd4b97d64]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Strengthen an assert() in the WHERE clause code generator for the min/max optimization.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1bd4b97d6405c9b093f3bfed914c56088ee13e4a2242be62b74a86660f74f533
User & Date: drh 2019-08-03 19:06:18.863
Original Comment: Stregthen an assert() in the WHERE clause code generator for the min/max optimization.
Context
2019-08-05
12:55
Prevent an fts5 table from being its own content table, or part of a view that is the content table. (check-in: b6d52c9364 user: dan tags: trunk)
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)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/wherecode.c.