Re: [sqlalchemy] Possible Exceptions

2017-11-30 Thread Lars Liedtke (SCC)
Am 29.11.2017 um 17:16 schrieb Mike Bayer: > On Wed, Nov 29, 2017 at 11:12 AM, Mike Bayer wrote: >> On Wed, Nov 29, 2017 at 3:37 AM, wrote: >>> Hello everybody, >>> >>> I am writing some piece of code, which should not exit unforseen in the best

Re: [sqlalchemy] Possible Exceptions

2017-11-29 Thread Mike Bayer
On Wed, Nov 29, 2017 at 3:37 AM, wrote: > Hello everybody, > > I am writing some piece of code, which should not exit unforseen in the best > case, at least it should write to a log file what went wrong (e.g. Database > not reachable, etc). So I tried figuring out, which

[sqlalchemy] Possible Exceptions

2017-11-29 Thread lars . liedtke
Hello everybody, I am writing some piece of code, which should not exit unforseen in the best case, at least it should write to a log file what went wrong (e.g. Database not reachable, etc). So I tried figuring out, which Exceptions would be possibly thrown by SQLAlchemy: - The first thing