Hi,
what do you think about a background picture that could be set in Preferences->User Interface->Appearance->Background Gradient?
Sometimes I leave PL/SQL Developer opened on my second monitor, even when I am not working with it.
I haves set a nice background color in the Preferences. It...
It seems that the problem was solved automatically by Windows 7. A message popped up that said that compatibility settings were set for the application autmatically because it doesn't work properly. After next start of the application these compatibility settings should be active.
So I closed...
Hi,
I just installed PL/SQL Developer Trial Version on a Windows 7 64-bit machine. When I open a new SQL Windows and click with right mouse button to open a context menu a error window pops up.
Unexpected error
Please send file...
Access violation at address 00CB052B in module 'plsqldev.exe'...
Found antother bug in the beautifier.
It does not wirk correctly with FORALL and MERGE.
Example:
DECLARE
l_nums dbms_sql.number_table;
BEGIN
FORALL i in 1..l_nums.count
MERGE INTO test_new n
USING (SELECT *
FROM test_old) o
ON (n.test_id = o.test_id)
WHEN MATCHED THEN...
Hi,
I think that I have found a bug in PL/SQL Beautifier.
The format of a merge statement is wrong when the last value of the UPDATE...SET... Part is a Case Block (see the attached images).
Example:
MERGE INTO test_new n
USING (SELECT *
FROM test_old) o
ON (n.test_id =...