aboutsummaryrefslogtreecommitdiff
path: root/src/test_window.c
Commit message (Collapse)AuthorAge
* Fix harmless compiler warning.mistachkin2018-07-22
| | | FossilOrigin-Name: ead4762dfcd284127e60483e14f88aa4f4f034c2e1efb68a150359ba8f307776
* Fix a segfault caused by invoking a regular aggregate as a window-function.dan2018-07-02
| | | | | And some problems with count(*) when used as a window-function. FossilOrigin-Name: 4f3c8a82fd1c5b14d84f2301e34cfc8d52fe4b3a60840c39e895c11f2da529d9
* Add documentation comment for sqlite3_create_window_function(). And furtherdan2018-06-25
| | | | | tests. FossilOrigin-Name: 3f2705b93368f7b0dfd2e03387c3d0b55eddb04940ec83e226e420d8ab10c77f
* Ensure that all four callbacks are provided when registering a window functiondan2018-06-18
| | | | | (otherwise SQLITE_MISUSE is returned). FossilOrigin-Name: 5720dcd8b111b1f8712c8fb4b441ccb129e838db8c26a6e9e0f095dc6a851f6b
* Add new API function sqlite3_create_window_function(), for creating newdan2018-06-18
aggregate window functions. FossilOrigin-Name: da03fb4318fd2613ec5c5b109a3974ac1120c19ed16bed4ca85bbdc4b35c998c