baztian / jaydebeapi

JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
GNU Lesser General Public License v3.0
365 stars 148 forks source link

Give information of what is wrong #235

Open Fr3d-P opened 1 year ago

Fr3d-P commented 1 year ago

I have made a software made with jaydebeapi. It worked correctly for weeks since today, I didn't change anything on python / jaydebeapi, but now the program stops directly, just after the line cnxn = jaydebeapi.connect()

It seems to be a 4/5 s latency, then the program stops. I don't have any error, even after trying to encapsulate the call in try: except doesn't give any other information.

When a problem arrives, jaydebeapi should give other informaitions than just quitting