intercept / intercept-database

A database library for Intercept
MIT License
14 stars 9 forks source link

Game crashes after SQL error #36

Open Basti007 opened 1 year ago

Basti007 commented 1 year ago

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