Menu

#53 Protocol Errors in Problems sections and not as a popup

open
None
5
2009-02-26
2008-09-01
Hooman
No

I had an SQL error on missing a table while I tried to Insert some data into it, the script didn't break up the execution and I should click on "Ok" button hundred times in showed Popup and after that kill eclipse to avoid clicking another hundred times.

it would be very helpful if you can add a customizable configurations to:

1. Break up execution on script errors
2. ability to show errors in eclipse's "Problems" view instead of showing them on a pop-up.

Discussion

  • Heiko Hilbert

    Heiko Hilbert - 2009-02-26

    1. This option already exists in Window/Preferences/SQL Explorer: Stop executing query when an error occurs
    2. The errors are logged in the Messages tab. Logging to the "Problems" view has to be discussed.
    This view is only available for the plugin version not in the standalone client and it is out of the scope of the current executing context.
    Supressing the error popup is very risky. But there are some situations where it is helpful. I will check it.

     
  • Heiko Hilbert

    Heiko Hilbert - 2009-02-26
    • assigned_to: nobody --> hhilbert
     
  • Heiko Hilbert

    Heiko Hilbert - 2009-03-15

    For 2.
    There is already a preference options: SQLExplorer/Confirmations/Show error dialog when query fails. This was not checked before showing the error dialog. Will be changed with next update.

     
  • Heiko Hilbert

    Heiko Hilbert - 2009-05-03

    The problems discussed here are fixed with 3.5.0_RC8 except showing error messages in the problems view.

     

Log in to post a comment.