Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove error handling when no utPLSQL is installed #64
Comments
|
I decided to go for option b). It's simpler to implement and it gives the user a feedback. |
…lsql #64 - Improve error handling when no utPLSQL is installed
In version < 1.0.0 the worksheet reporter was started, even if no utPLSQL was installed in the database. In that case the user got the following error in the script output:
This was good.
Starting with version 1.0.0 the realtime reporter is the default. When utPLSQL is not installed, nothing happens. Based on the statement log, it's clear that the
ut.versionstatement fails.I see two options for a user feedback.
a) an alert message informing the user, that utPLSQL is not installed
b) run the worksheet reporter as in previous versions and let the user figure out what the message means.