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
Hi, I've been using Intercept Database the last time 2 years ago.
Back then I had no problems with executing any queries. Unfortunately if I run a query now and it returns an error (SQL error) the whole server crashes.
I wrapped my dbExecute in a try-catch block and I also added a dbAddErrorHandler. The error handler is actually called right before the game crashes.
Is that error related to the application itself or is it an user error?
Best regards
The text was updated successfully, but these errors were encountered:
Hi, I've been using Intercept Database the last time 2 years ago.
Back then I had no problems with executing any queries. Unfortunately if I run a query now and it returns an error (SQL error) the whole server crashes.
I wrapped my
dbExecute
in a try-catch block and I also added adbAddErrorHandler
. The error handler is actually called right before the game crashes.Is that error related to the application itself or is it an user error?
Best regards
The text was updated successfully, but these errors were encountered: