Fixes to allow group_concat() to be used as a window function.
commitc87ab2152aff8101b0be4733416195642cfd73f3
authorDan Kennedy <danielk1977@gmail.com>
Fri, 8 Jun 2018 11:45:28 +0000 (8 11:45 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Fri, 8 Jun 2018 11:45:28 +0000 (8 11:45 +0000)
tree3d709f9b59980f8caef03ea781bcc625df7a1e17
parentccffa9a15504a2fc0d38964e25f5ca212abf87ce
Fixes to allow group_concat() to be used as a window function.
src/func.c
src/sqliteInt.h
test/pg_common.tcl
test/window3.tcl
test/window3.test
test/window4.tcl
test/window4.test