Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/window5.test
2018-11-07
| ||
02:17 | [d328dd1822] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 2311) | |
2018-07-02
| ||
12:07 | [8187f46597] part of check-in [4f3c8a82fd] Fix a segfault caused by invoking a regular aggregate as a window-function. And some problems with count(*) when used as a window-function. (check-in: [4f3c8a82fd] user: dan branch: trunk, size: 2312) | |
2018-06-25
| ||
20:34 | [a4835b96d3] part of check-in [3f2705b933] Add documentation comment for sqlite3_create_window_function(). And further tests. (check-in: [3f2705b933] user: dan branch: exp-window-functions, size: 2072) | |
2018-06-22
| ||
20:51 | [d97b5cd376] part of check-in [5f04b01646] Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC. (check-in: [5f04b01646] user: dan branch: exp-window-functions, size: 1791) | |
2018-06-18
| ||
17:36 | [fbf14119ad] part of check-in [5720dcd8b1] Ensure that all four callbacks are provided when registering a window function (otherwise SQLITE_MISUSE is returned). (check-in: [5720dcd8b1] user: dan branch: exp-window-functions, size: 1741) | |
16:55 | Added: [c912f9dbcc] part of check-in [da03fb4318] Add new API function sqlite3_create_window_function(), for creating new aggregate window functions. (check-in: [da03fb4318] user: dan branch: exp-window-functions, size: 1681) | |