Search found 1 match

by feirio
Wed May 13, 2020 10:46 am
Forum: Feature Requests and Wishlists
Topic: Add DatabaseErrorCode
Replies: 4
Views: 3175

Add DatabaseErrorCode

I have the problem that the MySQL connection gets lost after about 10 minutes due to the MySQL server setup. It would be quite easy to reconnect having the error code. The currently only build in way is parsing the error string that is returned by DatabaseError().

My workaround is importing the ...