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 be944b3192 Fix some result sql differences between oledb and odbc 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 Fix some result sql differences between oledb and odbc 2 years ago
NorthwindBulkUpdatesJetFixture.cs Update to .Net 8 2 years ago
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 Update to .Net 8 2 years ago
TPCFiltersInheritanceBulkUpdatesJetTest.cs Update to .Net 8 2 years ago
TPCInheritanceBulkUpdatesJetFixture.cs Update to .Net 8 2 years ago
TPCInheritanceBulkUpdatesJetTest.cs Update to .Net 8 2 years ago
TPHInheritanceBulkUpdatesJetFixture.cs Add some further testbases 2 years ago
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 Update to .Net 8 2 years ago
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 Add a whole heap of new tests. Work to implement all the test bases so that All_test_bases_must_be_implemented can pass 2 years ago
TPTInheritanceBulkUpdatesJetTest.cs Generate proper SQL for UPDATE and DELETE when we have multiple tables, select expression, joins 2 years ago