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
docs: Clarify transaction guarantees in Quick Start
Add explicit warning in Step 1 that sharing connection string alone is not
enough for transaction guarantees. The database must also support UseTransaction()
to coordinate transactions across contexts using a shared physical connection object.
This clarifies that:
1. Same connection string is REQUIRED (same database)
2. Database must support UseTransaction() to share connection objects
3. Same connection string alone ≠ automatic atomicity without database support
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments