Skip to content

refactor: change column value from String to Text#13

Merged
sijis merged 1 commit into
masterfrom
fix/column
Jun 19, 2026
Merged

refactor: change column value from String to Text#13
sijis merged 1 commit into
masterfrom
fix/column

Conversation

@sijis

@sijis sijis commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Changes the value Column data type in sql.py from String(32768) to Text(32768).

This allows storing larger serialized JSON/jsonpickle strings and prevents row-size limit errors on database backends like MySQL when utilizing multi-byte (e.g., utf8mb4) character sets.

Changes the `value` Column data type in sql.py from String(32768) to
Text(32768). This allows storing larger serialized JSON/jsonpickle strings and
prevents row-size limit errors on database backends like MySQL when utilizing
multi-byte (e.g., utf8mb4) character sets.
@sijis

sijis commented Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Fixes and re-implements #9.

@sijis sijis merged commit 0dcb4c9 into master Jun 19, 2026
4 checks passed
@sijis sijis deleted the fix/column branch June 19, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant