RefactorLog

Posts   
 
    
simon831
User
Posts: 152
Joined: 19-Jan-2006
# Posted on: 29-Jan-2010 13:47:36   

When I refresh the catalog I am getting a new entity called RefactorLog. There isn't a corresponding Table in the DB. Is this a new LLB feature?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 29-Jan-2010 14:17:30   

simon831 wrote:

When I refresh the catalog I am getting a new entity called RefactorLog. There isn't a corresponding Table in the DB. Is this a new LLB feature?

Maybe a view? Could you check on which table/view it is mapped (and then look at the table/view in catalog explorer? ) (it's not a new feature btw wink )

Frans Bouma | Lead developer LLBLGen Pro
simon831
User
Posts: 152
Joined: 19-Jan-2006
# Posted on: 29-Jan-2010 15:01:14   

FYI

We are using VS2010 with a database project that deploys the DB schema onto the developers local SQL Server.

dbo.__RefactorLog gets created as a system table by the Database Project's deployment process. So 'drop table __RefactorLog' in Script.PostDeployment.sql stops it being picked up by LLB refresh.