Currently we only hook these functions in shared libraries. With static linking there's a lot of guesswork involved with walking the chain of references to known sqlite error messages and what not. We potentially end up missing important queries because, from what I can tell, the query is sometimes nulled out after it turns into a prepared statement.
Currently we only hook these functions in shared libraries. With static linking there's a lot of guesswork involved with walking the chain of references to known sqlite error messages and what not. We potentially end up missing important queries because, from what I can tell, the query is sometimes nulled out after it turns into a prepared statement.