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/EFCore.Jet.FunctionalTests/BulkUpdates
Christopher Jolly 28b6768a4c update tests 1 year 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 Use a different string for the ReallyLargeString. When using the new line the string concatenation of chr(10) & chr(13) etc became too complex for Jet 2 years ago
NorthwindBulkUpdatesJetFixture.cs Initial ef9 update. Mostly just getting the files to compile with all the ef9 changes 1 year ago
NorthwindBulkUpdatesJetTest.cs update tests 1 year ago
TPCFiltersInheritanceBulkUpdatesJetFixture.cs Update to .Net 8 2 years ago
TPCFiltersInheritanceBulkUpdatesJetTest.cs update tests 1 year ago
TPCInheritanceBulkUpdatesJetFixture.cs Update to .Net 8 2 years ago
TPCInheritanceBulkUpdatesJetTest.cs update tests 1 year ago
TPHInheritanceBulkUpdatesJetFixture.cs Add some further testbases 2 years ago
TPHInheritanceBulkUpdatesJetTest.cs update tests 1 year ago
TPTFiltersInheritanceBulkUpdatesJetFixture.cs Update to .Net 8 2 years ago
TPTFiltersInheritanceBulkUpdatesJetTest.cs update tests 1 year ago
TPTInheritanceBulkUpdatesJetFixture.cs
TPTInheritanceBulkUpdatesJetTest.cs update tests 1 year ago