Enhancement Request: Empty collection

Thank you for adding support for collection attributes within embedded object fields in PLSQL Developer 7.0.3.
It works fine so far, and gives me an important ability to edit Oracle Spatial data in PLSQL Developer (not a native support yet though).
I have mentioned that even if collection is null it is still visible in SQL window as ; you have to click on [...] to see that this field is actually NULL. Is it possible to show that it is an empty collection, may be mark it or just leave it blank as it is the case for any normal field?
 
If the collection is atomically NULL, is will be displayed with the null cell color (depending on your SQL Window preferences). If the collection is empty, but not null, there is indeed no immediate visual clue.
 
Thank you Marko,
I was talking about atomically NULL collections, and they are do indeed marked by NULL cell color when it is selected in preferencies.
Great job!
 
Back
Top