https://bugs.documentfoundation.org/show_bug.cgi?id=160039

            Bug ID: 160039
           Summary: Base does not show SQLException error messages
           Product: LibreOffice
           Version: 7.3.2.2 release
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

Description:
The jdbcDriverOOo[1] driver allows you to rename table columns.
If a column is part of a view then it is possible that the underlying driver
generates an exception during the SQL command allowing the column to be
renamed.

The UNO interface used to perform column renaming is
com.sun.star.sdbcx.XAlterTable and handles com.sun.star.sdbc.SQLException.

Wouldn't it be possible to display the SQLException message generated by the
underlying driver, in order to keep the user aware of the underlying problems?

Steps to Reproduce:
1. Install jdbcDriverOOo[1] extension
2. Trying to rename a column that is part of a view.
3. The command will fail silently.

Actual Results:
The command cannot be executed but no error message appears to the user.

Expected Results:
The command cannot be executed but an error message explains the reason to the
user.



Reproducible: Always


User Profile Reset: No

Additional Info:
[1] https://prrvchr.github.io/jdbcDriverOOo/

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to