Two bugs

Kuba

Member²
I found two bugs in PL/SQL Developer:
1. Steps:
a. Create table with lower-case name with this statement for example:
create table "test" (id integer);
b. refresh tables view
c. try to drop table 'test' using "drop" option in context menu - you'll get error!

2. There is a problem with relation, which have names with spaces during databases comparison. PL/SQL Developer produces sql script, where relation names (foreing keys, indexes) are not in quotation marks and those statemets are incorrect!

Could you fix it?
Thanx.

Kuba Kr
 
Back
Top