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 e01686d4b5 MID doesn't allow a null value for the length parameter. Add a IIF wrapper around it if that argument is marked as nullable.
Added here instead of stringmethodtranslator as we need the nullability optimizations on the sqlfunctionexpression. When wrapped in a caseexpression we get some different optimizations. Produces the correct result on the test case but is different to SQL Server. This way we keep it closer to SQL Server
3 years ago
..
EFCore.Jet.Data.Tests Update to EF 7 GA version 3 years ago
EFCore.Jet.FunctionalTests MID doesn't allow a null value for the length parameter. Add a IIF wrapper around it if that argument is marked as nullable. 3 years ago
EFCore.Jet.IntegrationTests Update tests 3 years ago
EFCore.Jet.Tests Enable nullable on src projects (not tests) 3 years ago
JetProviderExceptionTests Update to EF 7 GA version 3 years ago
Directory.Build.props Update to .Net 5 (#99) 4 years ago
Northwind.sql Update tests 3 years ago
xunit.runner.json Implement parallel support for ODBC and OLE DB. 6 years ago