feat(mssql): align extension stores and document SQL Server workflows - #781
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #781 +/- ##
==========================================
+ Coverage 76.96% 78.73% +1.76%
==========================================
Files 487 488 +1
Lines 71929 72018 +89
Branches 10075 10089 +14
==========================================
+ Hits 55361 56704 +1343
+ Misses 13149 11827 -1322
- Partials 3419 3487 +68
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…estar store contracts (#778)
cofin
force-pushed
the
flow/mssql-integration-alignment
branch
from
September 13, 2026 18:18
ca93d30 to
6efb47d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
MssqlPythonADKMemoryStoreand SQL Server coverage in shared ADK, event-queue, and Litestar session-store contracts. An additive ADK migration provisions missing memory tables/indexes for existing mssql-python installations and preserves memory data on downgrade. Memory inserts deduplicate concurrent event IDs atomically.Fixes session-store parameter/binary handling and unsupported queue lock hints. mssql-python ADK JSON storage defaults to
NVARCHAR(MAX), retaining an explicitnative_json=Trueoverride. Adds SQL Server recipes, driver/store documentation corrections, regression coverage, and v0.63.0 release notes.Validation:
make lintpassed during review. Regression tests were added or updated, but no local test suite was run in this review. Hosted CI for the latest branch head is still pending.