I just noticed that when doing a Compare Datamodel against a physical
database, all views are also retrieved from the database.
As PA (unfortunately) does not support modelling of views, I wonder
what the reason for this is?
This gives a lot of wrong "should be added"/"should be removed"
entries when using the english description - or even worse a lot of
"DROP TABLE ..." statements for those views.
Is there a reason why SQLTable.fetchTablesForTableContainer()
retrieves views as well?
Regards
Thomas
Hi,
I just noticed that when doing a Compare Datamodel against a physical
database, all views are also retrieved from the database.
As PA (unfortunately) does not support modelling of views, I wonder
what the reason for this is?
This gives a lot of wrong "should be added"/"should be removed"
entries when using the english description - or even worse a lot of
"DROP TABLE ..." statements for those views.
Is there a reason why SQLTable.fetchTablesForTableContainer()
retrieves views as well?