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
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
.
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
SQLStreamStore
/
SQLStreamStore
Public archive
Notifications
You must be signed in to change notification settings
Fork
130
Star
467
Code
Issues
26
Pull requests
31
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Allow stream message json data to not be prefetched during stream reading.
- #49
#49
Merged
damianh
merged 13 commits into
master
SQLStreamStore/SQLStreamStore:master
from
async-json-data
SQLStreamStore/SQLStreamStore:async-json-data
Copy head branch name to clipboard
Nov 8, 2016
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Allow stream message json data to not be prefetched during stream reading.
#49
damianh
merged 13 commits into
master
SQLStreamStore/SQLStreamStore:master
from
async-json-data
SQLStreamStore/SQLStreamStore:async-json-data
Copy head branch name to clipboard
Commits
Commits on Nov 7, 2016
Getting the Json data from a StreamMessage is async. Add paramater to ReadStreamForwards to prefetch the json data.
damianh
committed
15c97fb
View commit details
Copy full SHA for 15c97fb
Browse repository at this point
Add prefect data paramater to ReadAllBackwards, ReadStreamForwards, ReadStreamBackward.
damianh
committed
cb55c54
View commit details
Copy full SHA for cb55c54
Browse repository at this point
Propagate prefect parameter to internal methods.
damianh
committed
7f462ef
View commit details
Copy full SHA for 7f462ef
Browse repository at this point
Propagate prefetch further into MSSql impl. Not yet operational.
damianh
committed
63508ba
View commit details
Copy full SHA for 63508ba
Browse repository at this point
Parking MSSql ReadStream with optional payload.
damianh
committed
0683b70
View commit details
Copy full SHA for 0683b70
Browse repository at this point
MSSql - prefetching enabled for read stream back/forewards
damianh
committed
781fbe5
View commit details
Copy full SHA for 781fbe5
Browse repository at this point
MSSql ReadAllBackwards and ReadAllForwards supports prefetch.
damianh
committed
f26a2df
View commit details
Copy full SHA for f26a2df
Browse repository at this point
Rename script that reads the message data.
damianh
committed
e490386
View commit details
Copy full SHA for e490386
Browse repository at this point
Test fix - need to use the stream id hashed.
damianh
committed
c4e75bd
View commit details
Copy full SHA for c4e75bd
Browse repository at this point
In-memory store simulates async GetJsonData when prefect is set to false.
damianh
committed
7132e26
View commit details
Copy full SHA for 7132e26
Browse repository at this point
Rename parameter, a little more obvious.
damianh
committed
0348546
View commit details
Copy full SHA for 0348546
Browse repository at this point
A test for returning null when calling GetJsonData and the stream / message has been deleted.
damianh
committed
3103250
View commit details
Copy full SHA for 3103250
Browse repository at this point
Rebase fix
damianh
committed
7b86b28
View commit details
Copy full SHA for 7b86b28
Browse repository at this point
You can’t perform that action at this time.