Since Servoy supports views databaseManager.getTableNames() also returns the names of all visible views. That is a problem, since I cannot see the difference between a table and a view. Could a databaseManager.getViewNames be added and databaseManager.getTableNames be changed to really return only tables?
This is pretty important to us since we highly depend on the ability to read the whole data model.