]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Introduce the (experimental) sqlite3_result_error_toobig() API that
authordrh <drh@noemail.net>
Tue, 8 May 2007 15:15:02 +0000 (15:15 +0000)
committerdrh <drh@noemail.net>
Tue, 8 May 2007 15:15:02 +0000 (15:15 +0000)
commita0206bc81c7b709e5737eadcfbbcbcf11d49e0c1
tree47df734ba61443d5c01eab60636cc682617d2de0
parentf8e632b630c57bc61ba6b8ddfdc6ad0ee56d03c6
Introduce the (experimental) sqlite3_result_error_toobig() API that
function implementations can use to signal SQLite that the function
result is too big to represent. (CVS 3949)

FossilOrigin-Name: 17c4235c492f746867c1d2b8621043b93f8aa10e
manifest
manifest.uuid
src/date.c
src/func.c
src/limits.h
src/sqlite.h.in
src/vdbeapi.c