You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test
Christopher Jolly 1c29984574
Improve handling of scalar subqueries in order by clause (#177)
* Add expression visitor to locate a scalar subquery. Handles finding deeper subqueries better than original code.
Also handle the case where the expression can be regarded as scalar (i.e. has a TOP 1 and projects only one field). In that case we rewrite the projections so that we take out any previously added projections as it is clear we are not needing it higher up in the SQL
2 years ago
..
EFCore.Jet.Data.Tests Db model factory updates (#166) 2 years ago
EFCore.Jet.FunctionalTests Improve handling of scalar subqueries in order by clause (#177) 2 years ago
EFCore.Jet.IntegrationTests Db model factory updates (#166) 2 years ago
EFCore.Jet.Tests Some updates to the migration/update sql. Main change is if we are doing an INSERT, if there is no values to be read back we don't have to follow it up with a 'SELECT @@ROWCOUNT' 2 years ago
JetProviderExceptionTests Fix and update dependencies and project files. (#144) 2 years ago
Shared/TestUtilities Auto skip statements that are not supported by Jet. Track unsupported statements in log files. (#169) 2 years ago
Directory.Build.props Add `FixedTestOrder` msbuild property to build/run tests in a deterministic order. 2 years ago
Northwind.sql
xunit.runner.json Move from AZDO to GitHub Actions. (#148) 2 years ago