Nelson, Erik - 2 wrote:
> should any result be set in xFinal?  Like sqlite3_result_error?  Or the 
> previously-returned xStep error is sufficient?

The sqlite3_result_xxx() documentation documents what happens when you
call it multiple times (i.e., the later call overrides the earlier
value).  You call sqlite3_result_error() in xFinal if you want that to
happen.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to