Project:
| View Revisions: Issue #36226 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0036226: On first install.source don't show SQLException when 'drop role' tries to delete a role which does not exist | ||
| Revision | 2017-06-12 13:33 by shuehner | ||
| Steps To Reproduce | run create.database with user+database name used first ever. Observe SQLExceptions shown during: - clean.database.* - *.structure with * being either POSTGRE or ORACLE: Example error output: a.) postgres clean.database.POSTGRE: [sql] Executing commands [sql] 1 of 1 SQL statements executed successfully [sql] Executing commands [sql] Failed to execute: DROP ROLE tadpi [sql] org.postgresql.util.PSQLException: ERROR: role "tadpi" does not exist [sql] 0 of 1 SQL statements executed successfully b.) oracle clean.database.ORACLE: [sql] Executing commands [sql] Failed to execute: DROP USER tadpiora CASCADE [sql] java.sql.SQLSyntaxErrorException: ORA-01918: user 'TADPIORA' does not exist [sql] 0 of 1 SQL statements executed successfully |
||
| Revision | 2017-06-12 13:17 by shuehner | ||
| Steps To Reproduce | run create.database with user+database name used first ever. Observe SQLExceptions shown during: - clean.database.* - *.structure with * being either POSTGRE or ORACLE |
||
| Copyright © 2000 - 2009 MantisBT Group |