Skip to content

fix: MySQL compatibility — use VARCHAR/INT for SQLx Any driver#15

Merged
fdciabdul merged 1 commit intomainfrom
dev
Mar 28, 2026
Merged

fix: MySQL compatibility — use VARCHAR/INT for SQLx Any driver#15
fdciabdul merged 1 commit intomainfrom
dev

Conversation

@fdciabdul
Copy link
Copy Markdown
Owner

SQLx Any driver doesn't support MySQL TEXT, TIMESTAMP, DATETIME, or TINYINT. All columns now use VARCHAR/INT with auto-migration on startup.

SQLx Any driver doesn't support MySQL TEXT (BLOB), TIMESTAMP, DATETIME,
or TINYINT types. Changed to VARCHAR/INT for full compatibility.
Auto-migration on startup converts existing columns.
@fdciabdul fdciabdul merged commit 824b31a into main Mar 28, 2026
2 checks passed
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