SQLite

Check-in [da03fb4318]
Login

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

Overview
Comment:Add new API function sqlite3_create_window_function(), for creating new aggregate window functions.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | exp-window-functions
Files: files | file ages | folders
SHA3-256: da03fb4318fd2613ec5c5b109a3974ac1120c19ed16bed4ca85bbdc4b35c998c
User & Date: dan 2018-06-18 16:55:22.801
Context
2018-06-18
17:36
Ensure that all four callbacks are provided when registering a window function (otherwise SQLITE_MISUSE is returned). (check-in: 5720dcd8b1 user: dan tags: exp-window-functions)
16:55
Add new API function sqlite3_create_window_function(), for creating new aggregate window functions. (check-in: da03fb4318 user: dan tags: exp-window-functions)
2018-06-15
20:46
Add extra OOM test. (check-in: ac251f7260 user: dan tags: exp-window-functions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to main.mk.
Changes to src/func.c.
Changes to src/main.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test_tclsh.c.
Added src/test_window.c.
Changes to src/vdbe.c.
Changes to src/window.c.
Changes to test/window1.test.
Added test/window5.test.