In model i have IEntityBase with
All my entities is implements IEntityBase. In Query
I got non optimal sql like this:
In some domains it not work (SQL error details 'Type: SyntaxError;' Query 'SELECT [a].[Id], [a].[TypeId] FROM Original message 'Some part of your SQL statement is nested too deeply. Rewrite the query or break it up into smaller queries.') Reproduced on: DataObjects.Net, 4.6.0 Beta 3, Net40-Release, 9eae80f005b3:2012-09-14 DataObjects.Net, 4.5.4, Net40-Release, 52fbc8e33e5d:2012-08-11 |
Fixed and will be included in 4.5.5 release |