SQLite

Check-in [a7277ed062]
Login

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

Overview
Comment:If a query like "SELECT min(a), b FROM t1" visits no rows where "a" is not null, extract a value for "b" from one of the rows where "a" is null. Possible fix for ticket [41866dc37].
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | tkt-41866dc37
Files: files | file ages | folders
SHA3-256: a7277ed0623dccdbf775ae6127611d6bc6e150f6942a048ab4281e5136c0e98d
User & Date: dan 2019-08-02 18:43:59.348
Context
2019-08-02
19:40
If a query like "SELECT min(a), b FROM t1" visits no rows where "a" is not null, extract a value for "b" from one of the rows where "a" is null. Fix for ticket [41866dc37]. (check-in: faaaae4940 user: dan tags: trunk)
18:43
If a query like "SELECT min(a), b FROM t1" visits no rows where "a" is not null, extract a value for "b" from one of the rows where "a" is null. Possible fix for ticket [41866dc37]. (Closed-Leaf check-in: a7277ed062 user: dan tags: tkt-41866dc37)
2019-08-01
22:48
The sqlite3_set_authorizer() interface should only expire prepared statements when it is setting a new authorizer, not when clearing the authorizer. And statements that are running when sqlite3_set_authorizer() is invoked should be allowed to continue running to completion. (check-in: 961e2f08c3 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/wherecode.c.
Changes to test/minmax4.test.