commit | 41801f581202ab8fab149465d10568003c9a8aad | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sun Jul 21 13:05:38 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sun Jul 21 13:05:38 2013 +0200 |
tree | a282752e8b378bec69a45ab608c6f427369ebb2c | |
parent | b97cc49c3a4870713f1872de87543651dc940e96 [diff] |
Issue #18519, #18408: Fix sqlite authorizer callback If a previous call to the authorizer callback failed and raised an exception, don't call the Python authorizer callback, but just return SQLITE_DENY.