Re: [patch] Don't discard sqlite's error code
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 14 Feb 2013 22:11:13 +0000 (GMT)
Daniel Shahaf wrote:
> Julian Foad wrote on Thu, Feb 14, 2013 at 21:17:03 +0000:
No. I mean a chain of two svn error objects, one containing SQLite's expansion of 'err' (including both its number and its message), which you can get from e.g. the SQLITE_ERR() macro; and one containing the wrapper message "Could not configure SQLite". Such as:
return svn_error_quick_wrap(SQLITE_ERR(err, db),
- Julian
|
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.