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 }}
codeice
/
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 Aug 26, 2015
Fix to #1767 - Support GreaterThan LessThan etc for string comparisons
Show description for eeb26ea
maumar
committed
eeb26ea
View commit details
Copy full SHA for eeb26ea
View code at this point
Browse repository at this point
Commits on Aug 24, 2015
Fix #1073: Consider protected methods in ApiConsistencyTests.
anpete
committed
3b2fad0
View commit details
Copy full SHA for 3b2fad0
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
Unify command building with minimal integration of feature areas.
mikary
committed
7b67471
View commit details
Copy full SHA for 7b67471
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
Query: Relational: Adds composite key support to nav. prop translation.
anpete
committed
da88cef
View commit details
Copy full SHA for da88cef
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
Query: Relational: CROSS APPLY and refactorings:
Show description for 1c4fdbc
anpete
committed
1c4fdbc
View commit details
Copy full SHA for 1c4fdbc
View code at this point
Browse repository at this point
Fix to 2274 - Chaining multiple Include with ThenInclude throws in some cases when included collections are empty mid-chain
Show description for 486e4e5
maumar
committed
486e4e5
View commit details
Copy full SHA for 486e4e5
View code at this point
Browse repository at this point
Commits on Aug 3, 2015
Merge branch 'Anderman-#2767' of https://github.com/Anderman/EntityFramework into Anderman-Anderman-#2767
anpete
committed
04fe186
View commit details
Copy full SHA for 04fe186
View code at this point
Browse repository at this point
Query: Relational" Enable translation of GroupJoin operator.
anpete
committed
7fd0785
View commit details
Copy full SHA for 7fd0785
View code at this point
Browse repository at this point
Commits on Aug 1, 2015
Add predicate to subquery
Show description for 7b1ee7c
Anderman
committed
7b1ee7c
View commit details
Copy full SHA for 7b1ee7c
View code at this point
Browse repository at this point
Commits on Jul 31, 2015
Fix to query issues #2728, #2730
Show description for 71fe9fd
maumar
committed
71fe9fd
View commit details
Copy full SHA for 71fe9fd
View code at this point
Browse repository at this point
Commits on Jul 30, 2015
Expression printer to make debugging of expressions easier - formats the expression to a more readable form than the "Debugger View"
Show description for e9c38a3
maumar
committed
e9c38a3
View commit details
Copy full SHA for e9c38a3
View code at this point
Browse repository at this point
Upgrading to IX-Async 1.2.5
anpete
committed
dab7f26
View commit details
Copy full SHA for dab7f26
View code at this point
Browse repository at this point
Commits on Jul 29, 2015
Query: First round of nav prop translation.
Show description for c3a9944
anpete
committed
c3a9944
View commit details
Copy full SHA for c3a9944
View code at this point
Browse repository at this point
Make look up by alternate key faster to help with fixup time
Show description for 575c959
ajcvickers
committed
575c959
View commit details
Copy full SHA for 575c959
View code at this point
Browse repository at this point
Commits on Jul 28, 2015
Query: Allow provider customization of SQL parameter names in DefaultQuerySqlGenerator.
anpete
committed
ba0570a
View commit details
Copy full SHA for ba0570a
View code at this point
Browse repository at this point
removing redundant code
maumar
committed
37707b1
View commit details
Copy full SHA for 37707b1
View code at this point
Browse repository at this point
fixing build break caused by previous checkin - SqlDbType is not available on CoreClr, replacing it with the use of DbType as well as mapping in DefaultQuerySqlGenerator
maumar
committed
adca4bf
View commit details
Copy full SHA for adca4bf
View code at this point
Browse repository at this point
Commits on Jul 27, 2015
Applied recommended improvements.
TanielianVB
authored and
maumar
committed
e8be8be
View commit details
Copy full SHA for e8be8be
View code at this point
Browse repository at this point
Implementing the majority of convert methods
TanielianVB
authored and
maumar
committed
bca3d3c
View commit details
Copy full SHA for bca3d3c
View code at this point
Browse repository at this point
Add Convert.ToInt32 to SqlServer.
TanielianVB
authored and
maumar
committed
73f5910
View commit details
Copy full SHA for 73f5910
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
Remove .Relational for consuming metadata at runtime
Show description for 4cb592d
ajcvickers
committed
4cb592d
View commit details
Copy full SHA for 4cb592d
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Merge branch 'release' into dev
bricelam
committed
868794f
View commit details
Copy full SHA for 868794f
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
Revert "Rename EntityFramework -> EntityFramework7"
Show description for 58888fd
bricelam
committed
58888fd
View commit details
Copy full SHA for 58888fd
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
Rename EntityFramework -> EntityFramework7
Show description for e03141b
bricelam
committed
e03141b
View commit details
Copy full SHA for e03141b
View code at this point
Browse repository at this point
Commits on Jul 13, 2015
Query: Relational: Lift sub-queries in Where and OrderBy clauses.
anpete
committed
cd1839b
View commit details
Copy full SHA for cd1839b
View code at this point
Browse repository at this point
Commits on Jul 10, 2015
Fix #2444 - change data type of DiscriminatorValue to object.
Show description for ef6d194
mikary
committed
ef6d194
View commit details
Copy full SHA for ef6d194
View code at this point
Browse repository at this point
Commits on Jul 9, 2015
Fixed typo in RelationalProjectionExpressionVisitor null ref fix.
anpete
committed
dfdda69
View commit details
Copy full SHA for dfdda69
View code at this point
Browse repository at this point
Query: Relational: Lift subqueries in group-join clauses.
anpete
committed
1178991
View commit details
Copy full SHA for 1178991
View code at this point
Browse repository at this point
Query: Relational: Lift subqueries in join clauses.
anpete
committed
85a47f1
View commit details
Copy full SHA for 85a47f1
View code at this point
Browse repository at this point
Fixing null ref in RelationalProjectionExpressionVisitor.
anpete
committed
81adc6d
View commit details
Copy full SHA for 81adc6d
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
Fix to #2554 - Relational: Incorrect column binding with the same column name
Show description for 45eed86
maumar
committed
45eed86
View commit details
Copy full SHA for 45eed86
View code at this point
Browse repository at this point
Query: Relational: Second round of major SQL improvements.
Show description for 31fcff4
anpete
committed
31fcff4
View commit details
Copy full SHA for 31fcff4
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Add inheritance support to EntityType.Navigations and EntityType.GetForeignKeys()
Show description for be2a275
AndriySvyryd
committed
be2a275
View commit details
Copy full SHA for be2a275
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
Fix to #2365 - ArgumentNullException when querying with nullable byte, short, or enum parameters
Show description for ed3209e
maumar
committed
ed3209e
View commit details
Copy full SHA for ed3209e
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
Relational namespace changes
Show description for 596beb5
ajcvickers
committed
596beb5
View commit details
Copy full SHA for 596beb5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.