SQLite

Check-in [ac251f7260]
Login

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

Overview
Comment:Add extra OOM test.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | exp-window-functions
Files: files | file ages | folders
SHA3-256: ac251f72608c27c1512a0b3457524f5378a0b13d93d829cf0ed8bc178bc54a73
User & Date: dan 2018-06-15 20:46:12.018
Context
2018-06-18
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)
19:01
Fix another problem in lead()/lag(). And some errors that could occur following OOM faults. (check-in: fadd4dc119 user: dan tags: exp-window-functions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/window.c.
Changes to test/window1.test.
Changes to test/windowfault.test.