Generated views with model first

Posts   
1  /  2
 
    
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39618
Joined: 17-Aug-2003
# Posted on: 01-Aug-2014 09:33:09   

cerberis wrote:

I would say 'model only' entities would be great and very nice to have feature. But for now we can close it. Thank you.

Model only entities which are not mapped to a table, just classes?

Frans Bouma | Lead developer LLBLGen Pro
cerberis
User
Posts: 93
Joined: 20-May-2011
# Posted on: 01-Aug-2014 09:47:19   

I guess wrong wording, sorry. I mean that tables which are created as model first, from which culd be created create/update DDL scripts, but which are not touched during refresh from database simple_smile As I mentioned already - I would like to have one way updates rather than both ways. But maybe that's only me and no one else needs it simple_smile

Walaa avatar
Walaa
Support Team
Posts: 14951
Joined: 21-Aug-2005
# Posted on: 01-Aug-2014 17:30:02   

One way updates, means if you start with Model-First, there would be no need for catalog refreshes.

As long as you have both options then 2-way updates are inevitable. We might consider implementing an option to refresh tables only or views only. But not on an object level.

cerberis
User
Posts: 93
Joined: 20-May-2011
# Posted on: 01-Aug-2014 18:38:09   

Walaa wrote:

One way updates, means if you start with Model-First, there would be no need for catalog refreshes.

As long as you have both options then 2-way updates are inevitable. We might consider implementing an option to refresh tables only or views only. But not on an object level.

Possibility to refresh views or tables only would be also great simple_smile

1  /  2