Hi,
On Mon, 18 Feb 2002, Johan Compagner wrote:
> When did we do a remove?
There wasn't a remove before, but I needed to add a remove() for the
hierachical table view, since the tree is build in two phases.
First, the table list is loaded, as usual.
In the second phase, the result from DatabaseMetaData.getSuperTables() is
processed: if there are supertables for a specific
table, then that table has to be removed from the list
(representing the toplevel in the tree) and to be added as child
of the supertable.
see the SQLConnection.java - part of my patch and look for the comment
'// remove from toplevel'
ciao,
-hen
|