Florian Weimer <[EMAIL PROTECTED]> wrote:
> As far as I can see, it is not guaranteed that the xFinal function
> specified in sqlite3_create_function will be called in all cases

http://sqlite.org/c3ref/create_function.html

"For an aggregate SQL function created using 
sqlite3_create_function(D,X,N,E,P,0,S,L) the finalizer function L shall 
always be invoked exactly once if the step function S is called one or 
more times."

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to