SQLite

Check-in [c16125a884]
Login

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

Overview
Comment:Allow min() and max() to be used as window functions.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | exp-window-functions
Files: files | file ages | folders
SHA3-256: c16125a884a9131b707ac20033968c4c3177ea79625a15efb64d754568c6c7a0
User & Date: dan 2018-05-30 20:44:58.014
Context
2018-06-01
21:00
Allow an entire partition to be cached in a temp table for all types of window frames. This is required by nth_value() and others. (check-in: b5b18f6613 user: dan tags: exp-window-functions)
2018-05-30
20:44
Allow min() and max() to be used as window functions. (check-in: c16125a884 user: dan tags: exp-window-functions)
2018-05-28
18:30
Further window frame tests and fixes. (check-in: e74c6e9185 user: dan tags: exp-window-functions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/sqliteInt.h.
Changes to src/window.c.
Added test/pg_common.tcl.
Changes to test/window2.tcl.
Added test/window3.tcl.
Added test/window3.test.