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 caeb6db77b
Lift subqueries from the ORDER BY clause into their own projection (#173)
* Lift scalar subqueries out of order by and into a projection

* Add back in missed verifier for skip without order by in split query

* [GitHub Actions] Update green tests.

* Scalar expressions within a function or case expression, within the ORDER BY also need to be lifted

* [GitHub Actions] Update green tests.

---------

Co-authored-by: github-actions <github-actions@github.com>
2 years ago
..
EFCore.Jet.Data.Tests Db model factory updates (#166) 2 years ago
EFCore.Jet.FunctionalTests Lift subqueries from the ORDER BY clause into their own projection (#173) 2 years ago
EFCore.Jet.IntegrationTests Db model factory updates (#166) 2 years ago
EFCore.Jet.Tests Add XUnit infrastructure to handle unsupported statements and test runner crashes (#152) 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 Update tests 3 years ago
xunit.runner.json Move from AZDO to GitHub Actions. (#148) 2 years ago