Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary Fix: Handling MySQL & SQLite timestamp columns #379

Merged
merged 3 commits into from
Dec 12, 2021

Conversation

billy1624
Copy link
Member

PR Info

Notes to MySQL User

MySQL user should use sea_orm:: DateTimeWithTimeZone for timestamp columns until SQLx upstream merged the PR (launchbadge/sqlx#1581) and released it. Only after that happened, MySQL user could use sea_orm::DateTime for timestamp columns (#345).

@tyt2y3 tyt2y3 merged commit b3310e6 into master Dec 12, 2021
@tyt2y3 tyt2y3 deleted the issues/344-temp-fix branch December 12, 2021 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

How to define rust type of TIMESTAMP?
2 participants