This website works better with JavaScript.
Explore
Help
Sign In
how-to
/
EntityFrameworkCore.Jet
mirror of
https://github.com/bubibubi/EntityFrameworkCore.Jet.git
Watch
1
Star
0
Fork
You've already forked EntityFrameworkCore.Jet
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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.
dbe3bf7e89
master
9.0-servicing
gh-pages
8.0-servicing
ci/general_test
lauxjpn-md-change-test-1
ci/test_push_after_autocommit
7.0-servicing
6.0-servicing
5.0-servicing
3.1-servicing
azure-pipelines
2.2-servicing
v8.0.0-alpha.1
v7.0.3
v7.0.2
v7.0.1
v7.0.0
v7.0.0-rc.1
v7.0.0-alpha.1
v6.0.0-alpha.2
v6.0.0-alpha.1
v10.0.0-alpha.1
v10.0.0-beta.1
v2.2.0
v3.1.0
v3.1.0-alpha.1
v3.1.0-alpha.2
v3.1.0-alpha.3
v3.1.0-alpha.4
v3.1.1
v5.0.0-alpha.1
v6.0.0-beta.1
v7.0.0-alpha.2
v7.0.0-beta.1
v8.0.0
v8.0.0-alpha.2
v8.0.0-beta.1
v8.0.0-rc.1
v9.0.0
v9.0.0-alpha.1
v9.0.0-beta.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dbe3bf7e89'
${ noResults }
EntityFrameworkCore.Jet
/
test
/
EFCore.Jet.FunctionalTests
/
BulkUpdates
History
Christopher Jolly
dbe3bf7e89
The DELETE statement in Jet doesn't take the TOP clause like SQL server. Limit the valid select expressions to those that do not use TOP. EF Core will then rewrite it into a WHERE EXISTS clause to use in the DELETE. Valid select expressions are able to be used directly in the DELETE/UPDATE
2 years ago
..
ComplexTypeBulkUpdatesJetTest.cs
The DELETE statement in Jet doesn't take the TOP clause like SQL server. Limit the valid select expressions to those that do not use TOP. EF Core will then rewrite it into a WHERE EXISTS clause to use in the DELETE. Valid select expressions are able to be used directly in the DELETE/UPDATE
2 years ago
NonSharedModelBulkUpdatesJetTest.cs
The DELETE statement in Jet doesn't take the TOP clause like SQL server. Limit the valid select expressions to those that do not use TOP. EF Core will then rewrite it into a WHERE EXISTS clause to use in the DELETE. Valid select expressions are able to be used directly in the DELETE/UPDATE
2 years ago
NorthwindBulkUpdatesJetFixture.cs
…
NorthwindBulkUpdatesJetTest.cs
The DELETE statement in Jet doesn't take the TOP clause like SQL server. Limit the valid select expressions to those that do not use TOP. EF Core will then rewrite it into a WHERE EXISTS clause to use in the DELETE. Valid select expressions are able to be used directly in the DELETE/UPDATE
2 years ago
TPCFiltersInheritanceBulkUpdatesJetFixture.cs
…
TPCFiltersInheritanceBulkUpdatesJetTest.cs
…
TPCInheritanceBulkUpdatesJetFixture.cs
…
TPCInheritanceBulkUpdatesJetTest.cs
…
TPHInheritanceBulkUpdatesJetFixture.cs
…
TPHInheritanceBulkUpdatesJetTest.cs
The DELETE statement in Jet doesn't take the TOP clause like SQL server. Limit the valid select expressions to those that do not use TOP. EF Core will then rewrite it into a WHERE EXISTS clause to use in the DELETE. Valid select expressions are able to be used directly in the DELETE/UPDATE
2 years ago
TPTFiltersInheritanceBulkUpdatesJetFixture.cs
…
TPTFiltersInheritanceBulkUpdatesJetTest.cs
The DELETE statement in Jet doesn't take the TOP clause like SQL server. Limit the valid select expressions to those that do not use TOP. EF Core will then rewrite it into a WHERE EXISTS clause to use in the DELETE. Valid select expressions are able to be used directly in the DELETE/UPDATE
2 years ago
TPTInheritanceBulkUpdatesJetFixture.cs
…
TPTInheritanceBulkUpdatesJetTest.cs
…