Closed aizuon closed 2 years ago
Checking through release notes and wiki, found out that when working with multiple entities, they should be aliased. Issue is resolved.
Yup, that's the best way to target a specific entity in the WHERE clause. Otherwise you have to fully qualify the columns with :TC
.
The following statement does not work in latest update:
Simplified DTOs:
I feel like because both PlayerDto and CharacterDto contain id columns, it throws this error. Because when the Include call is deleted, the call does not throw any exceptions. Also, when id column in CharacterDto is named to something like id2, the call also does not throw the exception.
Stack trace:
MySql connector: https://github.com/mysql-net/MySqlConnector/