Rowan Miller

Results 8 issues of Rowan Miller

Parent item to track finishing this provider once we have the core of EF7 padded out and stabilized.

type-enhancement
closed-out-of-scope

Have the ability to specify tables/schemas to be excluded, useful for excluding AapNet\* tables etc.

type-enhancement
area-scaffolding

Tooling is explicitly blocked at the moment, so we'd need to do some work there to enable migrations. ``` PM> Add-Migration Test Startup project 'Phoneword' targets framework 'MonoAndroid'. The Entity...

type-enhancement
area-platform
area-migrations
area-tools
punted-for-6.0
punted-for-7.0

Something like https://msdn.microsoft.com/en-us/data/dn579398

area-migrations
consider-for-next-release

This would allow functions in the database to be used in LINQ queries. This includes: - [x] Collection-valued composable functions, such as TVFs in SQL Server (#20051) - [ ]...

type-enhancement
area-query
area-relational-mapping
composite-issue

This is a grouping of related issues. Feel free to vote (👍) for this issue to indicate that this is an area that you think we should spend time on,...

type-enhancement
area-o/c-mapping
composite-issue

It would be good to have the ability to squash several migrations into a single file to help reduce the number of files in a project. We probably want to...

type-enhancement
needs-design
area-migrations
punted-for-6.0

Per https://github.com/aspnet/EntityFramework/issues/6181 we had an issue where Include was generally faster then EF6.x, but slower when run with small data sets. We should run some or all of the query...

type-enhancement
area-perf
punted-for-2.0
area-query
area-benchmarks