Måns Tånneryd

Results 3 issues of Måns Tånneryd

When the select items have different property names from the entity in question it fails. The key property mapping created incorrectly uses table columns instead of entity properties.

bug
Planned for next release

Hi! We use SQLite in our unit tests and SQL Server when actually running our application. With some tweeking Reverse POCO works fine with SQLite but there is one little...

Hi! I have a table, CompanyCredit, with a primary key that is also a foreign key to the primary key of another table, Company. So, I have a one-to-one mapping...