Skip to content

Commit

Permalink
Merge pull request #319 from caleblloyd/remove_include_txn
Browse files Browse the repository at this point in the history
remove include query classes don't work with 2.0
  • Loading branch information
caleblloyd authored Jul 10, 2017
2 parents ebfa1a6 + 02a934e commit 85d8b80
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 455 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public static IServiceCollection AddEntityFrameworkMySql([NotNull] this IService
.TryAdd<IBatchExecutor, MySqlBatchExecutor>()
.TryAdd<IRelationalDatabaseCreator, MySqlDatabaseCreator>()
.TryAdd<IHistoryRepository, MySqlHistoryRepository>()
.TryAdd<IQueryCompilationContextFactory, MySqlQueryCompilationContextFactory>()
.TryAdd<IMemberTranslator, MySqlCompositeMemberTranslator>()
.TryAdd<ICompositeMethodCallTranslator, MySqlCompositeMethodCallTranslator>()
.TryAdd<IQuerySqlGeneratorFactory, MySqlQuerySqlGeneratorFactory>()
Expand Down
95 changes: 0 additions & 95 deletions src/EFCore.MySql/Query/Internal/MySqlAsyncQueryMethodProvider.cs

This file was deleted.

71 changes: 0 additions & 71 deletions src/EFCore.MySql/Query/Internal/MySqlAsyncQueryingEnumerable.cs

This file was deleted.

31 changes: 0 additions & 31 deletions src/EFCore.MySql/Query/Internal/MySqlQueryCompilationContext.cs

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions src/EFCore.MySql/Query/Internal/MySqlQueryContext.cs

This file was deleted.

26 changes: 0 additions & 26 deletions src/EFCore.MySql/Query/Internal/MySqlQueryContextFactory.cs

This file was deleted.

96 changes: 0 additions & 96 deletions src/EFCore.MySql/Query/Internal/MySqlQueryMethodProvider.cs

This file was deleted.

Loading

0 comments on commit 85d8b80

Please sign in to comment.