Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sqlite: Update northwind.db #16242

Merged
merged 1 commit into from
Aug 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ public AsyncSimpleQuerySqliteTest(NorthwindQuerySqliteFixture<NoopModelCustomize
{
}

public override Task Query_backed_by_database_view()
{
// Not present on SQLite
return Task.CompletedTask;
}

[ConditionalFact]
public async Task Single_Predicate_Cancellation()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,11 +427,6 @@ public override async Task Where_math_truncate(bool isAsync)
.Message);
}

public override void KeylessEntity_by_database_view()
{
// Not present on SQLite
}

public override async Task Take_Skip(bool isAsync)
{
await base.Take_Skip(isAsync);
Expand Down
Binary file modified test/EFCore.Sqlite.FunctionalTests/northwind.db
Binary file not shown.