mortenbra / alexandria-plsql-utils

Oracle PL/SQL Utility Library
778 stars 316 forks source link

Fix for issue 52 #55

Closed eaolson closed 6 years ago

eaolson commented 6 years ago

This makes the xlsx_builder_package have invoker rights. This will affect the query2sheet function and the functions that read/write to files. The calling schema, rather than the plsql-utils schema, will now need rights over the schema objects being queried and the DIRECTORY objects being used.

This also causes the query2sheet to re-raise any exceptions rather than silently swallowing them.