resetting sqlite statements and cancellation
From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 28 Mar 2011 14:06:21 +0200
We have this pattern in several places within wc_db:
svn_sqlite__get_statement(&stmt, ...)
/* do stuff */
svn_sqlite_step(&have_row, stmt);
So a cancellation handler can return without resetting the SQL statement.
This is probably not an issue with the CLI client which will just exit.
If so, what's the best way to solve this?
if (cancel_func)
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.