Commits
User selector
Commit History
Commits on Dec 15, 2015
Make RelationalDatabaseCreator.CreateTables atomic
Show description for 347d123committed- committed
Commits on Dec 14, 2015
Migrations: Allow shared columns and constraints within a hierarchy
Show description for 1472043committed
Commits on Dec 12, 2015
Migrations: Allow multi-statement history table create scripts
Show description for c78063ecommitted
Commits on Dec 11, 2015
Fix a bug with concatenation of string and non-string, (e.g. c.Name + 5)
Show description for 244c06dcommitted
Commits on Dec 10, 2015
Query: Fix #3753 - Query with Include and FirstOrDefault() results in data reader being left open
Show description for 3d3162fcommittedQuery: Relational: Fixes #3235 and #3317
Show description for f272e36committed#3235 fix - more than a fix, actually we could allow to use types as base types without strict declaration of base types on model if we want separated tables with the same logic/base on entity. And…
Show description for 644c905authored andcommitted
Commits on Dec 9, 2015
Don't validate affected rows for insert operations
Show description for 5ae361bcommitted
Commits on Dec 8, 2015
- committed
Commits on Dec 4, 2015
Query: Various fixes and minor perf improvements to query front-end:
Show description for b802ac3committed- committed
- committed
Commits on Dec 1, 2015
- committed
Migrations: Preserve entity type table name in snapshot
Show description for 4eaa473committed
Commits on Nov 25, 2015
- committed
Nate McMaster Fix to #3616 - Projection with multiple aggregates only running last one
Show description for e697bd4committedUse OUTPUT INTO for generated values in SqlServer to support tables with triggers
Show description for 2627626committed
Commits on Nov 24, 2015
Fix to #3811 - .OrderBy on column 2 or more navigation properties away + .Include throws exception
Show description for 8c1e269committed- committed
Fix #3491 - FromSql query with complex Include not working
Show description for 327c68ecommitted- committed
Commits on Nov 23, 2015
- committed
Migrations: Cleanup formatting of scaffolded code
Show description for 3c0cbdccommitted
Commits on Nov 21, 2015
[SMALL] RelationalCommand: Less closures and awaits.
Show description for 459c862committed
Commits on Nov 19, 2015
Query: Simplifications post @ajcvickers removal of StartTracking key requirement
Show description for 1c488a3committedUse LogSensitiveData flag to limit instance data in exception and log messages
Show description for 5b0184bcommitted
Commits on Nov 18, 2015
- committed
Move InternalRelationshipBuilder state to ForeignKey
Show description for fb53608committed
Commits on Nov 17, 2015
Query: Async GroupBy improvements:
Show description for fdd5bbdcommitted
Commits on Nov 14, 2015
Fix to #3499 - Exception with in-list where clause across joined table
Show description for 7b65a5bcommitted
Commits on Nov 12, 2015
- committed
N. Taylor Mullen