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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
NEventStore
/
NEventStore.Persistence.SQL
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
10
Code
Issues
18
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
NEventStore.Persistence.SQL
dependencies
on
develop
User selector
All users
All time
Commit history
Commits on Jun 11, 2026
feat: Update project configuration and dependencies
Show description for 1bd3ddb
AGiorgetti
committed
1bd3ddb
View commit details
Copy full SHA for 1bd3ddb
View code at this point
Browse repository at this point
Commits on Jan 24, 2025
Update NEventStore to 10.0.0 and modify tests
Show description for 782c049
AGiorgetti
committed
782c049
View commit details
Copy full SHA for 782c049
View code at this point
Browse repository at this point
Update build script for CI and NEventStore commit
Show description for 94c8fc8
AGiorgetti
committed
94c8fc8
View commit details
Copy full SHA for 94c8fc8
View code at this point
Browse repository at this point
Refs: #51 Update NEventStore dependencies and enhance testing
Show description for 7f2e075
AGiorgetti
committed
7f2e075
View commit details
Copy full SHA for 7f2e075
View code at this point
Browse repository at this point
Refs: #51 Add async methods to NEventStore for improved performance
Show description for 6af0a47
AGiorgetti
committed
6af0a47
View commit details
Copy full SHA for 6af0a47
View code at this point
Browse repository at this point
Refs: #51 Update to .NET 8.0 and enhance project structure
Show description for 94b1823
AGiorgetti
committed
94b1823
View commit details
Copy full SHA for 94b1823
View code at this point
Browse repository at this point
Commits on Jul 31, 2023
TFM: netstandard2.0, net462. Updated libraries.
AGiorgetti
committed
7ff1296
View commit details
Copy full SHA for 7ff1296
View code at this point
Browse repository at this point
Commits on Dec 28, 2021
Fix: #36 Added documentation files and intellisense support,
Show description for d900dcf
AGiorgetti
committed
d900dcf
View commit details
Copy full SHA for d900dcf
View code at this point
Browse repository at this point
Commits on Dec 2, 2021
Fix: #34, Added PostgreNpgsql6Dialect dialect
AGiorgetti
committed
fae5208
View commit details
Copy full SHA for fae5208
View code at this point
Browse repository at this point
Commits on Nov 12, 2021
Added net6.0 support, updated some libs
AGiorgetti
committed
98e14a3
View commit details
Copy full SHA for 98e14a3
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
Updated NEventStore to version 8.0.0
AGiorgetti
committed
0e060cd
View commit details
Copy full SHA for 0e060cd
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
.net5.0 support added, also identified issue with Microsoft.Data.Sqlite
Show description for fda240a
AGiorgetti
committed
fda240a
View commit details
Copy full SHA for fda240a
View code at this point
Browse repository at this point
Commits on Jul 16, 2019
Updated NEventStore submodule to version 7.0.0, changed NuSpec file
AGiorgetti
committed
91b9661
View commit details
Copy full SHA for 91b9661
View code at this point
Browse repository at this point
Commits on Jul 14, 2019
Improved DuplicateCommitException error message specifying it comes from the SQL provider, this way we differentiate from the one coming from the core library (see NEventStore issue 372)
AGiorgetti
committed
ea22c4d
View commit details
Copy full SHA for ea22c4d
View code at this point
Browse repository at this point
Updated NEventStore submodule reference, updated readme.
AGiorgetti
committed
c96011c
View commit details
Copy full SHA for c96011c
View code at this point
Browse repository at this point
Commits on Jul 11, 2019
Updated NEventStore to 7.0.0, implemented new IPersistStreams.GetFromTo methods.
AGiorgetti
committed
086acd7
View commit details
Copy full SHA for 086acd7
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
Updated NEventStore to 6.1.0, Updated Changelog, updated NuSpec file, some minor refactoring
AGiorgetti
committed
5d0451d
View commit details
Copy full SHA for 5d0451d
View code at this point
Browse repository at this point
Refactored some Transaciotn related tests to better show supported scenarios.
Show description for 3844175
AGiorgetti
committed
3844175
View commit details
Copy full SHA for 3844175
View code at this point
Browse repository at this point
Disabled the default SuppressTransaction behavior, added a new SuppressAmbientTransaction wireup option.
Show description for 3b27eb8
AGiorgetti
committed
3b27eb8
View commit details
Copy full SHA for 3b27eb8
View code at this point
Browse repository at this point
Refs: #23, #29 Moved the EnlistInAmbientTransaction to the Sql Persistence driver,
Show description for f742017
AGiorgetti
committed
f742017
View commit details
Copy full SHA for f742017
View code at this point
Browse repository at this point
Refs: #23 Started to move the EnlistInAmbientTransation logic to the driver
AGiorgetti
committed
ff6be47
View commit details
Copy full SHA for ff6be47
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
Updated NEventStore to 6.0.0, updated Nuspec and testing libraries
AGiorgetti
committed
a06f4c5
View commit details
Copy full SHA for a06f4c5
View code at this point
Browse repository at this point
Commits on Feb 12, 2019
Updated NEventStore dependency to 6.0.0-rc.1
AGiorgetti
committed
cc3ec31
View commit details
Copy full SHA for cc3ec31
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
Updated submodule to 6.0.0-rc-0
AGiorgetti
committed
90cd71e
View commit details
Copy full SHA for 90cd71e
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
Updated libraries and added a new build script that mimics Appveyor
Show description for 10e40c0
AGiorgetti
committed
10e40c0
View commit details
Copy full SHA for 10e40c0
View code at this point
Browse repository at this point
Commits on Oct 28, 2018
Updated projects so test runs in Release mode
AGiorgetti
committed
1456812
View commit details
Copy full SHA for 1456812
View code at this point
Browse repository at this point
Commits on Jul 10, 2018
Enabled multitarget netstandard2.0, net45, all tests green
AGiorgetti
committed
a9a8b10
View commit details
Copy full SHA for a9a8b10
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
Made SqlLite tests compile and 'almost' work, 1 test still not passing (datetime issues)
AGiorgetti
committed
766f326
View commit details
Copy full SHA for 766f326
View code at this point
Browse repository at this point
Commits on Sep 9, 2017
updated submodule to NEventStore dotnet core
AGiorgetti
committed
09b2a83
View commit details
Copy full SHA for 09b2a83
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
updated NEventStore submodule to release/vNext
AGiorgetti
committed
d9b0eb7
View commit details
Copy full SHA for d9b0eb7
View code at this point
Browse repository at this point
updated submodule reference
AGiorgetti
committed
4b93a96
View commit details
Copy full SHA for 4b93a96
View code at this point
Browse repository at this point
Commits on Jul 25, 2016
deleted unneeded file
AGiorgetti
committed
b3274ce
View commit details
Copy full SHA for b3274ce
View code at this point
Browse repository at this point
fixed the submodule to reference the latest NEventStore develop branch
AGiorgetti
committed
e69a728
View commit details
Copy full SHA for e69a728
View code at this point
Browse repository at this point
Commits on Jul 12, 2016
Updated reference to core without json serializer
alkampfergit
committed
ae6c25c
View commit details
Copy full SHA for ae6c25c
View code at this point
Browse repository at this point
Removed LongCheckpoint and ICheckpoint
Show description for 0f85ac9
alkampfergit
committed
0f85ac9
View commit details
Copy full SHA for 0f85ac9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.