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 }}
brainmurphy
/
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.SQLite
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 28, 2014
Splitting the low-level ValueGeneration enum; Issue #704
Show description for 848ac61
ajcvickers
committed
848ac61
View commit details
Copy full SHA for 848ac61
View code at this point
Browse repository at this point
Merge branch 'release' into dev
rowanmiller
committed
dd8656f
View commit details
Copy full SHA for dd8656f
View code at this point
Browse repository at this point
Adding descriptions for NuGet packages
rowanmiller
committed
b0da857
View commit details
Copy full SHA for b0da857
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
Remove original connection string resolver
Show description for ea5e15d
ajcvickers
committed
ea5e15d
View commit details
Copy full SHA for ea5e15d
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
Testing around and some tweaks to EF DI/options infrastructure
Show description for 40c725a
ajcvickers
committed
40c725a
View commit details
Copy full SHA for 40c725a
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
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 17, 2014
Ran code cleanup
anpete
committed
bbc1e18
View commit details
Copy full SHA for bbc1e18
View code at this point
Browse repository at this point
Commits on Oct 16, 2014
Updated ModelDiffer to handle implicit column type changes when columns are added/removed from keys.
Show description for 5494cc7
Emil Cicos
committed
5494cc7
View commit details
Copy full SHA for 5494cc7
View code at this point
Browse repository at this point
Migration Fixes - Getting a ModelDiffer and usings in generated code
Show description for fe3aabe
rowanmiller
committed
fe3aabe
View commit details
Copy full SHA for fe3aabe
View code at this point
Browse repository at this point
Colder code - performance improvement of parameter checking helpers
Show description for 77b736a
DavidObando
committed
77b736a
View commit details
Copy full SHA for 77b736a
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
Added support for unique constraints.
Emil Cicos
authored and
Emil Cicos
committed
a9a4bca
View commit details
Copy full SHA for a9a4bca
View code at this point
Browse repository at this point
Commits on Oct 7, 2014
Added support for sequences to migrations.
Show description for b9a8988
Emil Cicos
committed
b9a8988
View commit details
Copy full SHA for b9a8988
View code at this point
Browse repository at this point
Commits on Oct 6, 2014
Added basic logging to migrations.
Show description for dd97e94
Emil Cicos
committed
dd97e94
View commit details
Copy full SHA for dd97e94
View code at this point
Browse repository at this point
Commits on Oct 5, 2014
Fixed project.json casing
davidfowl
committed
6eae709
View commit details
Copy full SHA for 6eae709
View code at this point
Browse repository at this point
Fixup references
davidfowl
committed
3352a38
View commit details
Copy full SHA for 3352a38
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
Added issue numbers for most core TODOs
ajcvickers
committed
d308fda
View commit details
Copy full SHA for d308fda
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
[SMALL] We should be using default(CancellationToken) rather than new CancellationToken() throughout the product code
lajones
committed
a4f4b94
View commit details
Copy full SHA for a4f4b94
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
Two into one does go... (Update value generation per design meeting decisions)
Show description for c3be880
ajcvickers
committed
c3be880
View commit details
Copy full SHA for c3be880
View code at this point
Browse repository at this point
Commits on Sep 12, 2014
Added a migration operation (CopyDataOperation) used by the SQLite migration operation preprocessor to copy data from the original table to the rebuilt table.
Emil Cicos
committed
cd102fd
View commit details
Copy full SHA for cd102fd
View code at this point
Browse repository at this point
Commits on Sep 11, 2014
Target aspnet50
bricelam
committed
9e19aa5
View commit details
Copy full SHA for 9e19aa5
View code at this point
Browse repository at this point
Commits on Sep 10, 2014
Renamed DbMigrator back to Migrator.
Emil Cicos
committed
eb372aa
View commit details
Copy full SHA for eb372aa
View code at this point
Browse repository at this point
Commits on Sep 5, 2014
EDMLib v4? (Metadata robustness and non-primary keys)
Show description for 7b63f5f
ajcvickers
committed
7b63f5f
View commit details
Copy full SHA for 7b63f5f
View code at this point
Browse repository at this point
Commits on Aug 29, 2014
Updated to use the new target framework in project.json
davidfowl
committed
2601bc6
View commit details
Copy full SHA for 2601bc6
View code at this point
Browse repository at this point
Commits on Aug 28, 2014
Format JSON documents
bricelam
committed
c816b9c
View commit details
Copy full SHA for c816b9c
View code at this point
Browse repository at this point
Commits on Aug 27, 2014
Target wpa81
bricelam
committed
9105adb
View commit details
Copy full SHA for 9105adb
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
SQLiteMigrationOperationPreProcessor:
Show description for 153c8d4
Emil Cicos
committed
153c8d4
View commit details
Copy full SHA for 153c8d4
View code at this point
Browse repository at this point
Cleanup project.json files
bricelam
committed
79ccc79
View commit details
Copy full SHA for 79ccc79
View code at this point
Browse repository at this point
Commits on Aug 20, 2014
Adds missing ConfigureAwaits
anpete
committed
5a48b4c
View commit details
Copy full SHA for 5a48b4c
View code at this point
Browse repository at this point
Commits on Aug 15, 2014
Removed sources from project file
davidfowl
committed
578101d
View commit details
Copy full SHA for 578101d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.