Skip to content

feat: add Unicode storage option to SQLAlchemySession#3746

Merged
seratch merged 1 commit into
mainfrom
feat/sqlalchemy-session-unicode-json
Jul 7, 2026
Merged

feat: add Unicode storage option to SQLAlchemySession#3746
seratch merged 1 commit into
mainfrom
feat/sqlalchemy-session-unicode-json

Conversation

@seratch

@seratch seratch commented Jul 7, 2026

Copy link
Copy Markdown
Member

This pull request resolves #3745 by adding an ensure_ascii option to SQLAlchemySession.

The option defaults to True to preserve the historical escaped JSON storage format. Applications can set ensure_ascii=False to store multilingual session content as readable Unicode without changing round-trip behavior.

@seratch seratch added this to the 0.18.x milestone Jul 7, 2026
@seratch seratch enabled auto-merge (squash) July 7, 2026 03:38
@seratch seratch merged commit 4fde807 into main Jul 7, 2026
9 checks passed
@seratch seratch deleted the feat/sqlalchemy-session-unicode-json branch July 7, 2026 03:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make SQLAlchemySession JSON serialization configurable

1 participant