Status bar bug

Hello,

I just found the bug in the "status bar".

It is in "SQL Window". I ran DELETE statement and status bar showed up number of records TO BE DELETED with popup window "Commit/Rollback". I choose "Rollback" and status bar has not been updated properly ;o)

Little bug that could be "little evil joke" in Production database ;o)

P.S. I use PL/SQL Developer v.5.1.4.730

Best regards,
Boris
 
Hi Marco,

Sorry for confusing explanation.
What I meant is the following:
1. DELETE FROM abc WHERE id=1
2. Status bar will show something like "2 rows deleted in 0.11 seconds"
3. "Commit" & "Rollback" buttons become available
4. Click "Commit" button
5. "Confirm Yes/No" popup appears
6. Choose "No"
7. Status bar remains same! Even though records have not been deleted. :confused:

Best regards,
Boris ;)
 
IMHO the status bar displays the correct information, since the records are still deleted, but not yet committed. Remember, you choose NOT to commit, that doesn't mean you rollback your transaction.

regards,
Patrick
 
Hi Patrick,

Yes, I agree with you.
Although, I checked simple case.

1. DELETE some records from table through "SQL window"
2. Click "Rollback" button.
3. Pick "Yes"
4. Status bar will stay the same with "2 rows deleted"

Folks, it is wrong!

Best regards,
Boris ;)
 
Back
Top