I am using JetEntityFrameworkProvider provider for my EF6.4 for .NET Framework v4.7.2. I recently come across this update query with subquery that fails silently. It produces This fails: This also fails: But this succeeds: Log Both statements generate the same SQL. Neither one produces an error. The failing statements still produce valid SQL, which I […]