Indexes for entity collections?

Posts   
 
    
mario.muja avatar
mario.muja
User
Posts: 37
Joined: 03-May-2005
# Posted on: 10-May-2005 18:03:52   

Does LLBLGen Pro generate code for the indexes created for the database tables?

For example, if I have a unique index on a non-primary-key column, does LLBLGen maintain an index for the generated collection classes from this table?

Best Regards, Mario

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 10-May-2005 20:31:29   

mario.muja wrote:

Does LLBLGen Pro generate code for the indexes created for the database tables?

No, just constraints (PK, FK, UC)

For example, if I have a unique index on a non-primary-key column, does LLBLGen maintain an index for the generated collection classes from this table?

No, though it's a great idea. I'll add it to the TODO so it's on hte list of features for the next upgrade (in beta at the end of june (estimate))

Frans Bouma | Lead developer LLBLGen Pro