DataObjects-NET / dataobjects-net

https://dataobjects.net
MIT License
60 stars 23 forks source link

PostgreSql: Dedicated exception when schema info can't be extracted #299

Closed alex-kulakov closed 1 year ago

alex-kulakov commented 1 year ago

Sometimes an extracting schema doesn't exist in the database, or it is inaccessible by the user that opened connection, so instead of weird KeyNotFoundException from dictionary we throw an exception with clear error message.