Time could be changed in dropdown when not in "Edit Data" mode

Roeland

Member³
Example:

1) Execute following sql in a SQL Window

Code:
select sysdate, t.rowid
from dual t
2) Do NOT press the "Edit Data" button
3) Open the dropdown for the sysdate.
4) You can change the time. (Note: PL/SQLDev doesn't reflect this in the data.)

Version 7.1.5.1398.

No big deal, just annoying when you forgot to click the "Edit Data" button...

Roeland
 
Back
Top