tumtumtum / Shaolinq

ORM for .NET with full LINQ support for Postgres, Sqlite, MySql and SqlServer
Other
127 stars 19 forks source link

Predicate based Delete fails if join is used #86

Open kumaranvellaisamy opened 6 years ago

kumaranvellaisamy commented 6 years ago

Delete operation fails with "Specified method not supported" error when we use join in the predicate.

tumtumtum commented 5 years ago

Does this still fail? Could you provide an example?