Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite3_result_error and sqlite3_result_error_code support for aggregate/scalar functions. #24

Open
bordoley opened this issue Feb 1, 2015 · 0 comments

Comments

@bordoley
Copy link
Owner

bordoley commented Feb 1, 2015

Currently managed delegates that throw exceptions result in undefined behavior (I expect they would crash sqlite). We could give delegates the ability to throw a SQLiteException instead and grab the error code and message, passing these to sqlite3_result_error and sqlite3_result_error_code. For other exceptions its not clear what we should do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant