You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: