Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Defee
/
EntityFramework
Public
forked from
dotnet/efcore
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
EntityFramework
src
EntityFramework.Core
Query
on
dev
User selector
All users
All time
Commit history
Commits on Jun 4, 2015
#2160 Introduce caching for NodeTypeProvider
Show description for 3d34261
MichaelKetting
authored and
anpete
committed
3d34261
View commit details
Copy full SHA for 3d34261
View code at this point
Browse repository at this point
#2162 Rename types derived from ExpressionVisitor from 'AbcExpressionTreeVisitor' to 'AbcExpressionVisitors'.
MichaelKetting
authored and
anpete
committed
a31c0d3
View commit details
Copy full SHA for a31c0d3
View code at this point
Browse repository at this point
#2162 Update namespaces from 'ExpressionTreeVisitors' to 'ExpressionVisitors'.
MichaelKetting
authored and
anpete
committed
e1baa7f
View commit details
Copy full SHA for e1baa7f
View code at this point
Browse repository at this point
#2162 Rename folders 'ExpressionTreeVisitors' to 'ExpressionVisitors'.
MichaelKetting
authored and
anpete
committed
3da6780
View commit details
Copy full SHA for 3da6780
View code at this point
Browse repository at this point
#2162 Replace Remotion.Linq.ExtensionExpression with System.Linq.Expression.
Show description for f5b2e47
MichaelKetting
authored and
anpete
committed
f5b2e47
View commit details
Copy full SHA for f5b2e47
View code at this point
Browse repository at this point
#2162 Update Remotion.Linq to v2.0.0-alpha.4
Show description for 3337dfa
MichaelKetting
authored and
anpete
committed
3337dfa
View commit details
Copy full SHA for 3337dfa
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
Fix to #2069 - Guid.NewGuid() returns same order every time
Show description for 3f0fc0b
maumar
committed
3f0fc0b
View commit details
Copy full SHA for 3f0fc0b
View code at this point
Browse repository at this point
Commits on Jun 1, 2015
Fix #2185 - Change query annotation pattern to use attributes
Show description for 2cb2822
mikary
committed
2cb2822
View commit details
Copy full SHA for 2cb2822
View code at this point
Browse repository at this point
Query: Don't throw when no orderby present when skip operation.
Show description for 5d5d541
anpete
committed
5d5d541
View commit details
Copy full SHA for 5d5d541
View code at this point
Browse repository at this point
Commits on May 21, 2015
React to Caching api review changes
kichalla
committed
4c1a0f4
View commit details
Copy full SHA for 4c1a0f4
View code at this point
Browse repository at this point
Commits on May 15, 2015
Query: Relational: Removed MARS requirement. Query pipeline now transparently buffers outer results when MARS is disabled and an inner reader is about to be opened.
anpete
committed
6eec03d
View commit details
Copy full SHA for 6eec03d
View code at this point
Browse repository at this point
Commits on May 13, 2015
Query: Relational: Lays groundwork for removing MARS requirement.
Show description for 4f05fbf
anpete
committed
4f05fbf
View commit details
Copy full SHA for 4f05fbf
View code at this point
Browse repository at this point
Commits on May 6, 2015
Use string interpolation.
anpete
committed
42b3e23
View commit details
Copy full SHA for 42b3e23
View code at this point
Browse repository at this point
Commits on May 4, 2015
Fix #1730 - Corrected impl of non-generic CreateQuery and implemented non-generic Execute.
anpete
committed
6f22da0
View commit details
Copy full SHA for 6f22da0
View code at this point
Browse repository at this point
Remove WithCurrentCulture (Resolves #862)
bricelam
committed
2e9c675
View commit details
Copy full SHA for 2e9c675
View code at this point
Browse repository at this point
Commits on May 1, 2015
Fix to #2074 - allow users to opt-out from using null comparison expansion
Show description for 406d17f
maumar
committed
406d17f
View commit details
Copy full SHA for 406d17f
View code at this point
Browse repository at this point
Update LICENSE.txt and license header on files.
N. Taylor Mullen
committed
170dc4d
View commit details
Copy full SHA for 170dc4d
View code at this point
Browse repository at this point
Query: Re-simplifying query pipeline executor construction by reverting IValueReader result "bundling". Instead, changed QueryBuffer to use weak reference pattern so that stale, intermediate result…
Show description for f64d269
anpete
committed
f64d269
View commit details
Copy full SHA for f64d269
View code at this point
Browse repository at this point
Commits on Apr 27, 2015
Replace IValueReader with ValueBuffer struct
Show description for 0073598
ajcvickers
committed
0073598
View commit details
Copy full SHA for 0073598
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
Query: Use nameof for reflection method info lookup.
anpete
committed
6dd56a0
View commit details
Copy full SHA for 6dd56a0
View code at this point
Browse repository at this point
Query: Foundational work on stateless query pipeline. The main change here is to go from buffering value readers in the query buffer to having value readers move through a query as part of the resu…
Show description for c9fe81b
anpete
committed
c9fe81b
View commit details
Copy full SHA for c9fe81b
View code at this point
Browse repository at this point
Commits on Apr 17, 2015
Fix to #1858 - Filter missing if wrong type passed in
Show description for 517fc18
maumar
committed
517fc18
View commit details
Copy full SHA for 517fc18
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
Consolidate query annotations and decouple from result operator types
mikary
committed
0f8a941
View commit details
Copy full SHA for 0f8a941
View code at this point
Browse repository at this point
Only add subquery in FromSql when composing on query result.
Show description for 052e4ef
mikary
committed
052e4ef
View commit details
Copy full SHA for 052e4ef
View code at this point
Browse repository at this point
Commits on Apr 15, 2015
Part of the fix for #1700 and #1798
Show description for 700275e
lukewaters
committed
700275e
View commit details
Copy full SHA for 700275e
View code at this point
Browse repository at this point
Commits on Apr 12, 2015
Code cleanup
ajcvickers
committed
cdf78fb
View commit details
Copy full SHA for cdf78fb
View code at this point
Browse repository at this point
Code cleanup
ajcvickers
committed
128da35
View commit details
Copy full SHA for 128da35
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
API review changes: make Navigations first class on ForeignKey
Show description for a8d17f7
ajcvickers
committed
a8d17f7
View commit details
Copy full SHA for a8d17f7
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
Reacting to ILogger api changes
kichalla
committed
2dc2300
View commit details
Copy full SHA for 2dc2300
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
Fix to 1742 - sometimes we produce invalid parameter name.
Show description for 945bbe1
maumar
committed
945bbe1
View commit details
Copy full SHA for 945bbe1
View code at this point
Browse repository at this point
Commits on Mar 23, 2015
Fix to #1709 - Simplify pattern for Include around collections/references
Show description for d271361
maumar
committed
d271361
View commit details
Copy full SHA for d271361
View code at this point
Browse repository at this point
Commits on Mar 22, 2015
Metadata: API Review: Removed IForeignKey.ReferencedProperties.
anpete
committed
737eff3
View commit details
Copy full SHA for 737eff3
View code at this point
Browse repository at this point
Commits on Mar 21, 2015
Metadata: API Review: TryGetX to FindX
anpete
committed
f02b9fb
View commit details
Copy full SHA for f02b9fb
View code at this point
Browse repository at this point
Metadata: API Review: Apply general namespace changes.
anpete
committed
14e9bdc
View commit details
Copy full SHA for 14e9bdc
View code at this point
Browse repository at this point
Commits on Mar 20, 2015
Add contract interfaces for more services
Show description for 7f70456
ajcvickers
committed
7f70456
View commit details
Copy full SHA for 7f70456
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.