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 }}
JamShowCode
/
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.Relational
Query
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 6, 2015
fix to 1294 - Aliases are not uniquified for some queries with SelectMany - may produce invalid sql. CR: Andrew
maumar
committed
cf53bae
View commit details
Copy full SHA for cf53bae
View code at this point
Browse repository at this point
Query: Include: Enabling multi-level include for any path that is a valid C# property access expression.
Show description for db44ddb
anpete
committed
db44ddb
View commit details
Copy full SHA for db44ddb
View code at this point
Browse repository at this point
Commits on Dec 18, 2014
Added constraints and checks to ensure CLR entity types are reference types.
mikary
committed
12a9211
View commit details
Copy full SHA for 12a9211
View code at this point
Browse repository at this point
Commits on Dec 16, 2014
Fix to issue 1220 - Queries with join and count (or other result operators) were broken.
Show description for 5063a51
maumar
committed
5063a51
View commit details
Copy full SHA for 5063a51
View code at this point
Browse repository at this point
Commits on Dec 15, 2014
fix to issue 1293 - Include :: data corruption when doing query with include on One-to-One navigation property
Show description for 5407afd
maumar
committed
5407afd
View commit details
Copy full SHA for 5407afd
View code at this point
Browse repository at this point
Commits on Dec 8, 2014
Setting Nullable & enum property correctly in model snapshot and designer code
smitpatel
committed
324a310
View commit details
Copy full SHA for 324a310
View code at this point
Browse repository at this point
Commits on Dec 7, 2014
This commit cleans up shared resources by moving check and string resources
Show description for 48b776f
lukewaters
committed
48b776f
View commit details
Copy full SHA for 48b776f
View code at this point
Browse repository at this point
Commits on Dec 3, 2014
Enabling AsNoTracking scenario to query the database rather than using buffered data.
Show description for 4118b45
lukewaters
committed
4118b45
View commit details
Copy full SHA for 4118b45
View code at this point
Browse repository at this point
Commits on Dec 2, 2014
Fix #557 - Fix issue in relational projection client eval
anpete
committed
7d6af67
View commit details
Copy full SHA for 7d6af67
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
Fix #1070
anpete
committed
f6655f3
View commit details
Copy full SHA for f6655f3
View code at this point
Browse repository at this point
Commits on Nov 21, 2014
Fix #1036 - Uniquify table aliases when building Include queries
anpete
committed
b1d58dc
View commit details
Copy full SHA for b1d58dc
View code at this point
Browse repository at this point
Commits on Nov 19, 2014
Change Contract.Assert to Debug.Assert
anpete
committed
1d2bdf7
View commit details
Copy full SHA for 1d2bdf7
View code at this point
Browse repository at this point
Fix #940 - Corrected handling of nullable/non-nullable mixed type join equality expressions
anpete
committed
ca6649b
View commit details
Copy full SHA for ca6649b
View code at this point
Browse repository at this point
Commits on Oct 28, 2014
Fix #717 - Boolean expression bug
Show description for 57026e8
anpete
committed
57026e8
View commit details
Copy full SHA for 57026e8
View code at this point
Browse repository at this point
Commits on Oct 24, 2014
Fix #906: Some queries in MonsterFixupTest throw InvalidCastException
Show description for 0714b7d
anpete
committed
0714b7d
View commit details
Copy full SHA for 0714b7d
View code at this point
Browse repository at this point
Honor schema in SQL query (Issue #931)
Show description for 48d6c1b
ajcvickers
committed
48d6c1b
View commit details
Copy full SHA for 48d6c1b
View code at this point
Browse repository at this point
Commits on Oct 23, 2014
Query: Fix for #871 - Query should use provider-specific table names, column names, etc.
Show description for 5fde039
anpete
committed
5fde039
View commit details
Copy full SHA for 5fde039
View code at this point
Browse repository at this point
fixes to include-related bugs - 925 and 926
Show description for 127231d
maumar
committed
127231d
View commit details
Copy full SHA for 127231d
View code at this point
Browse repository at this point
Commits on Oct 20, 2014
Adds more basic logging to query
anpete
committed
25d750c
View commit details
Copy full SHA for 25d750c
View code at this point
Browse repository at this point
Commits on Oct 16, 2014
Query: Throw not implemented for un-recognized include expressions
anpete
committed
f4eed8c
View commit details
Copy full SHA for f4eed8c
View code at this point
Browse repository at this point
Query: Relational: Async: Make All/Any/Count non-blocking.
anpete
committed
417de8e
View commit details
Copy full SHA for 417de8e
View code at this point
Browse repository at this point
Query: Relational: Enabled Include for async queries.
Show description for d1fab8b
anpete
committed
d1fab8b
View commit details
Copy full SHA for d1fab8b
View code at this point
Browse repository at this point
Commits on Oct 15, 2014
Use me! Use me!
Show description for f1f2b1a
ajcvickers
committed
f1f2b1a
View commit details
Copy full SHA for f1f2b1a
View code at this point
Browse repository at this point
Commits on Oct 14, 2014
De-nest relational query components
anpete
committed
01c51ed
View commit details
Copy full SHA for 01c51ed
View code at this point
Browse repository at this point
Adds single-level Include to relational query. Many small fixes/improvements to query framework.
anpete
committed
9341d1a
View commit details
Copy full SHA for 9341d1a
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
fix to issue 726 - is null and isnot null operators had incorrect types resulting in error for particular queries. CR: Lawrence
maumar
committed
b5a716d
View commit details
Copy full SHA for b5a716d
View code at this point
Browse repository at this point
Commits on Sep 23, 2014
Changing ConfigureAwait(false) to WithCurrentCulture()
Show description for f7a39a5
AndriySvyryd
committed
f7a39a5
View commit details
Copy full SHA for f7a39a5
View code at this point
Browse repository at this point
Commits on Sep 22, 2014
Enables single-level Include operator for in-memory.
anpete
committed
57a829c
View commit details
Copy full SHA for 57a829c
View code at this point
Browse repository at this point
Commits on Sep 12, 2014
Removed model dependency from query execution
anpete
committed
40632b6
View commit details
Copy full SHA for 40632b6
View code at this point
Browse repository at this point
Commits on Sep 11, 2014
Improvements to entity tracking of query results.
Show description for 406ff93
anpete
committed
406ff93
View commit details
Copy full SHA for 406ff93
View code at this point
Browse repository at this point
Commits on Sep 4, 2014
Initial impl of AsNoTracking
anpete
committed
5028b94
View commit details
Copy full SHA for 5028b94
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
Tweaked relational query provider enumerators
anpete
committed
157bec5
View commit details
Copy full SHA for 157bec5
View code at this point
Browse repository at this point
Commits on Aug 26, 2014
Code cleanup
ajcvickers
committed
0359359
View commit details
Copy full SHA for 0359359
View code at this point
Browse repository at this point
More improvements to the async query pipeline.
anpete
committed
5569146
View commit details
Copy full SHA for 5569146
View code at this point
Browse repository at this point
Commits on Aug 20, 2014
fixing escaping aliases in sql queries - we used to not escape aliases for queries, so if user created query like: context.Users.Where(user => user.Id >5), we would create invalid sql. Fix is to st…
Show description for 443de0e
maumar
committed
443de0e
View commit details
Copy full SHA for 443de0e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.