Hi, we encountered a strange behavior in LLBLGen 2.0. We are working on a project and designed a database which we used to generate the LLBLGen code. Later we decided to change some table names and we had to regenerate the code. The strange thing is that some of the entities where not matching the right tables anymore. I htink this is a bug in the LLBLGen.
For this reason we decided to start a new project so the new entities were created matching the right tables. Unfortunately because we choose to create a new project, we also had to change our businesslogic (changing entitienames which were used based on the first project we created), but that is normal because we changed the project so all entities where new. That is, entities which table names where changes.
My questions:
- Is this a bug? Seems to me it is.
- Is it possible to change the entity through the LLBLGen interface so you can change the matching table if it would be wrong, like we experienced?
- Any other suggestions?
We use the adapter variant to generate the code.
Thanks.