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/SkipMessages.txt

14 lines
850 B
Plaintext

[Fact(Skip = "Probably unsupported by JET")]
[Fact(Skip = "Unsupported by JET")]
[Fact(Skip = "Unsupported by JET: subqueries supported only in FROM clause")]
[Fact(Skip = "Unsupported by JET: SELECT TOP 2 (SELECT TOP 1) returns 2 records")]
[Fact(Skip = "Unsupported by JET: SELECT ORDER BY (SELECT)")]
[Fact(Skip = "Unsupported by JET: SKIP TAKE is supported only in outer queries")]
[Fact(Skip = "Unsupported by JET: too complex query with DUAL")]
[Fact(Skip = "Unsupported by JET: DateTime does not support milliseconds")]
[Fact(Skip = "Unsupported by JET: SKIP TAKE DISTINCT")]
[Fact(Skip = "Assertion failed without evident reason")]
[Fact(Skip = "Unsupported by JET: Guid are supported indirectly")]
[Fact(Skip = "Unsupported by JET: Should be implemented by provider")]
[Fact(Skip = "Unsupported by JET: DateTimeOffset not fully supported")]