cerndb / dbod-core

DB On Demand management infrastructure core library
GNU General Public License v3.0
5 stars 1 forks source link

Problem with Error handling in DB module #70

Open icot opened 7 years ago

icot commented 7 years ago

If the authentication to a instance is wrong the problem is not detected at object initialization but when a method is actually executing an operation.

There should be a check during the init stage and fail accordingly sooner rather than later.