On Tuesday 19 July 2005 16:30, marcel maatkamp wrote:
> > - supplying a catalog does not change the view.
>
> bug! does change! forgot to disable the 'give all tables starting
> mmbase.getDatabase()'

Doh! 

I did a  
 metaData.getTables("marcel",null,"%", new String[] { "TABLE", "VIEW" }); 

which resulted in all tables even when 'marcel' surely isnt a database name.
So changing this will *not* result in a different view. It will return all 
tables in the currently open database. Would otherwise be a nice security
hole. 

I will propose a 'HACK' tomorrow..
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to