DatabaseConnector
DatabaseConnector copied to clipboard
Feature request: allow specification of errorReportFile as a global option
Currently, the location of error report files is either user-specified within a given function call or, by default, taken to be the working directory.
For cases when the user wants to store an errorReportFile outside of the working directory, but doesn't want to have to specify the path in every function call, it would be helpful to store it as option.