]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix and test the processing of sqlite3_result_error() withing aggregate
authordrh <drh@noemail.net>
Fri, 20 Jan 2006 15:45:36 +0000 (15:45 +0000)
committerdrh <drh@noemail.net>
Fri, 20 Jan 2006 15:45:36 +0000 (15:45 +0000)
commit90669c1dca02e5dc52d979f7a47ee2d27200e165
treebc7340f1f4d2021e55b08922527cb4b6569913ab
parent07cb560b236942e1837778b0269cbb7138ab0e2e
Fix and test the processing of sqlite3_result_error() withing aggregate
functions.  Allow errors to come from the step function (a new
capability).  Ticket #1632. (CVS 2981)

FossilOrigin-Name: fd4a6bb1ac94d085dda247799c0a5c64aaeec046
manifest
manifest.uuid
src/test1.c
src/vdbe.c
src/vdbeInt.h
src/vdbemem.c
test/aggerror.test [new file with mode: 0644]
test/func.test